Class: Quickfix::UnderlyingComplexEventCurrencyTwo
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingComplexEventCurrencyTwo
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexEventCurrencyTwo
constructor
A new instance of UnderlyingComplexEventCurrencyTwo.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexEventCurrencyTwo
52617 52618 52619 52620 52621 52622 52623 |
# File 'lib/quickfix_fields.rb', line 52617 def initialize(data = nil) if( data == nil ) super(2269) else super(2269, data) end end |