Class: Quickfix::DividendPeriodStartDateUnadjusted

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ DividendPeriodStartDateUnadjusted

Returns a new instance of DividendPeriodStartDateUnadjusted.



64148
64149
64150
64151
64152
64153
64154
# File 'lib/quickfix_fields.rb', line 64148

def initialize(data = nil)
	if( data == nil )
		super(42276)
	else
		super(42276, data)
	end
end

Class Method Details

.fieldObject



64145
64146
64147
# File 'lib/quickfix_fields.rb', line 64145

def DividendPeriodStartDateUnadjusted.field
	return 42276
end