Class: Quickfix::UnderlyingComplexOptPayoutCurrencyCodeSource
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingComplexOptPayoutCurrencyCodeSource
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexOptPayoutCurrencyCodeSource
constructor
A new instance of UnderlyingComplexOptPayoutCurrencyCodeSource.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexOptPayoutCurrencyCodeSource
Returns a new instance of UnderlyingComplexOptPayoutCurrencyCodeSource.
79163 79164 79165 79166 79167 79168 79169 |
# File 'lib/quickfix_fields.rb', line 79163 def initialize(data = nil) if( data == nil ) super(2947) else super(2947, data) end end |