Class: Quickfix::UnderlyingComplexEventScheduleStartDate

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingComplexEventScheduleStartDate

Returns a new instance of UnderlyingComplexEventScheduleStartDate.



52825
52826
52827
52828
52829
52830
52831
# File 'lib/quickfix_fields.rb', line 52825

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