Class: Quickfix::UnderlyingComplexOptPayoutReceiveSide
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingComplexOptPayoutReceiveSide
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexOptPayoutReceiveSide
constructor
A new instance of UnderlyingComplexOptPayoutReceiveSide.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexOptPayoutReceiveSide
Returns a new instance of UnderlyingComplexOptPayoutReceiveSide.
52526 52527 52528 52529 52530 52531 52532 |
# File 'lib/quickfix_fields.rb', line 52526 def initialize(data = nil) if( data == nil ) super(2262) else super(2262, data) end end |