Class: Quickfix::UnderlyingComplexOptPayoutUnderlier
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingComplexOptPayoutUnderlier
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexOptPayoutUnderlier
constructor
A new instance of UnderlyingComplexOptPayoutUnderlier.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexOptPayoutUnderlier
Returns a new instance of UnderlyingComplexOptPayoutUnderlier.
52539 52540 52541 52542 52543 52544 52545 |
# File 'lib/quickfix_fields.rb', line 52539 def initialize(data = nil) if( data == nil ) super(2263) else super(2263, data) end end |