Class: Quickfix::ComplexOptPayoutCurrency
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::ComplexOptPayoutCurrency
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ComplexOptPayoutCurrency
constructor
A new instance of ComplexOptPayoutCurrency.
Constructor Details
#initialize(data = nil) ⇒ ComplexOptPayoutCurrency
Returns a new instance of ComplexOptPayoutCurrency.
41242 41243 41244 41245 41246 41247 41248 |
# File 'lib/quickfix_fields.rb', line 41242 def initialize(data = nil) if( data == nil ) super(2122) else super(2122, data) end end |