Class: Quickfix::ComplexOptPayoutReceiveSide
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::ComplexOptPayoutReceiveSide
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ComplexOptPayoutReceiveSide
constructor
A new instance of ComplexOptPayoutReceiveSide.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ ComplexOptPayoutReceiveSide
Returns a new instance of ComplexOptPayoutReceiveSide.
41190 41191 41192 41193 41194 41195 41196 |
# File 'lib/quickfix_fields.rb', line 41190 def initialize(data = nil) if( data == nil ) super(2118) else super(2118, data) end end |
Class Method Details
.field ⇒ Object
41187 41188 41189 |
# File 'lib/quickfix_fields.rb', line 41187 def ComplexOptPayoutReceiveSide.field return 2118 end |