Class: Quickfix::LegComplexEventCurrencyTwo

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegComplexEventCurrencyTwo

Returns a new instance of LegComplexEventCurrencyTwo.



47638
47639
47640
47641
47642
47643
47644
# File 'lib/quickfix_fields.rb', line 47638

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