Class: Quickfix::LegComplexEventCurrencyTwo
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegComplexEventCurrencyTwo
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegComplexEventCurrencyTwo
constructor
A new instance of LegComplexEventCurrencyTwo.
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 |