Class: Quickfix::LegComplexOptPayoutUnderlier
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegComplexOptPayoutUnderlier
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegComplexOptPayoutUnderlier
constructor
A new instance of LegComplexOptPayoutUnderlier.
Constructor Details
#initialize(data = nil) ⇒ LegComplexOptPayoutUnderlier
Returns a new instance of LegComplexOptPayoutUnderlier.
47482 47483 47484 47485 47486 47487 47488 |
# File 'lib/quickfix_fields.rb', line 47482 def initialize(data = nil) if( data == nil ) super(2222) else super(2222, data) end end |