Class: Quickfix::UnderlyingComplexOptPayoutPaySide
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingComplexOptPayoutPaySide
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexOptPayoutPaySide
constructor
A new instance of UnderlyingComplexOptPayoutPaySide.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexOptPayoutPaySide
Returns a new instance of UnderlyingComplexOptPayoutPaySide.
52513 52514 52515 52516 52517 52518 52519 |
# File 'lib/quickfix_fields.rb', line 52513 def initialize(data = nil) if( data == nil ) super(2261) else super(2261, data) end end |
Class Method Details
.field ⇒ Object
52510 52511 52512 |
# File 'lib/quickfix_fields.rb', line 52510 def UnderlyingComplexOptPayoutPaySide.field return 2261 end |