Class: Quickfix::ComplexOptPayoutUnderlier
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::ComplexOptPayoutUnderlier
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ComplexOptPayoutUnderlier
constructor
A new instance of ComplexOptPayoutUnderlier.
Constructor Details
#initialize(data = nil) ⇒ ComplexOptPayoutUnderlier
Returns a new instance of ComplexOptPayoutUnderlier.
41203 41204 41205 41206 41207 41208 41209 |
# File 'lib/quickfix_fields.rb', line 41203 def initialize(data = nil) if( data == nil ) super(2119) else super(2119, data) end end |