Class: Quickfix::UnderlyingComplexEventPeriodType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingComplexEventPeriodType



52253
52254
52255
52256
52257
52258
52259
# File 'lib/quickfix_fields.rb', line 52253

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