Class: Quickfix::LegExtraordinaryEventType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegExtraordinaryEventType

Returns a new instance of LegExtraordinaryEventType.



65760
65761
65762
65763
65764
65765
65766
# File 'lib/quickfix_fields.rb', line 65760

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