Class: Quickfix::LegStreamFirstRegularPeriodStartDateUnadjusted

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) ⇒ LegStreamFirstRegularPeriodStartDateUnadjusted

Returns a new instance of LegStreamFirstRegularPeriodStartDateUnadjusted.



30816
30817
30818
30819
30820
30821
30822
# File 'lib/quickfix_fields.rb', line 30816

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

Class Method Details

.fieldObject



30813
30814
30815
# File 'lib/quickfix_fields.rb', line 30813

def LegStreamFirstRegularPeriodStartDateUnadjusted.field
	return 40271
end