Class: Quickfix::UnderlyingStreamFirstRegularPeriodStartDateUnadjusted

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingStreamFirstRegularPeriodStartDateUnadjusted



34599
34600
34601
34602
34603
34604
34605
# File 'lib/quickfix_fields.rb', line 34599

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