Class: Quickfix::UnderlyingComplexEventCurrencyOne
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingComplexEventCurrencyOne
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexEventCurrencyOne
constructor
A new instance of UnderlyingComplexEventCurrencyOne.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexEventCurrencyOne
Returns a new instance of UnderlyingComplexEventCurrencyOne.
52604 52605 52606 52607 52608 52609 52610 |
# File 'lib/quickfix_fields.rb', line 52604 def initialize(data = nil) if( data == nil ) super(2268) else super(2268, data) end end |