Class: Quickfix::ComplexOptPayoutPaySide
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::ComplexOptPayoutPaySide
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ComplexOptPayoutPaySide
constructor
A new instance of ComplexOptPayoutPaySide.
Methods inherited from IntField
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 |
Class Method Details
.field ⇒ Object
41174 41175 41176 |
# File 'lib/quickfix_fields.rb', line 41174 def ComplexOptPayoutPaySide.field return 2117 end |