Class: Quickfix::LegStreamFirstRegularPeriodStartDateUnadjusted

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

Instance Method Summary collapse

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