Class: Quickfix::UnderlyingComplexOptPayoutCurrency
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingComplexOptPayoutCurrency
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexOptPayoutCurrency
constructor
A new instance of UnderlyingComplexOptPayoutCurrency.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexOptPayoutCurrency
Returns a new instance of UnderlyingComplexOptPayoutCurrency.
52578 52579 52580 52581 52582 52583 52584 |
# File 'lib/quickfix_fields.rb', line 52578 def initialize(data = nil) if( data == nil ) super(2266) else super(2266, data) end end |