Class: Quickfix::LegComplexOptPayoutReceiveSide
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LegComplexOptPayoutReceiveSide
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegComplexOptPayoutReceiveSide
constructor
A new instance of LegComplexOptPayoutReceiveSide.
Constructor Details
#initialize(data = nil) ⇒ LegComplexOptPayoutReceiveSide
Returns a new instance of LegComplexOptPayoutReceiveSide.
47469 47470 47471 47472 47473 47474 47475 |
# File 'lib/quickfix_fields.rb', line 47469 def initialize(data = nil) if( data == nil ) super(2221) else super(2221, data) end end |