Class: Quickfix::UnderlyingComplexEventPeriodTime

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingComplexEventPeriodTime

Returns a new instance of UnderlyingComplexEventPeriodTime.



52227
52228
52229
52230
52231
52232
52233
# File 'lib/quickfix_fields.rb', line 52227

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