Class: Quickfix::NoUnderlyingComplexEventPeriods

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoUnderlyingComplexEventPeriods

Returns a new instance of NoUnderlyingComplexEventPeriods.



52240
52241
52242
52243
52244
52245
52246
# File 'lib/quickfix_fields.rb', line 52240

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