Class: Quickfix::ComplexOptPayoutPaySide
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::ComplexOptPayoutPaySide
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ComplexOptPayoutPaySide
constructor
A new instance of ComplexOptPayoutPaySide.
Constructor Details
#initialize(data = nil) ⇒ ComplexOptPayoutPaySide
Returns a new instance of ComplexOptPayoutPaySide.
41177 41178 41179 41180 41181 41182 41183 |
# File 'lib/quickfix_fields.rb', line 41177 def initialize(data = nil) if( data == nil ) super(2117) else super(2117, data) end end |