Class: Quickfix::LegStreamFirstPeriodStartDateUnadjusted

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegStreamFirstPeriodStartDateUnadjusted

Returns a new instance of LegStreamFirstPeriodStartDateUnadjusted.



30764
30765
30766
30767
30768
30769
30770
# File 'lib/quickfix_fields.rb', line 30764

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