Class: Quickfix::NoUnderlyingComplexEventDates

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoUnderlyingComplexEventDates

Returns a new instance of NoUnderlyingComplexEventDates.



26877
26878
26879
26880
26881
26882
26883
# File 'lib/quickfix_fields.rb', line 26877

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