Class: Quickfix::UnderlyingComplexOptPayoutReceiveSide
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingComplexOptPayoutReceiveSide
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexOptPayoutReceiveSide
constructor
A new instance of UnderlyingComplexOptPayoutReceiveSide.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexOptPayoutReceiveSide
Returns a new instance of UnderlyingComplexOptPayoutReceiveSide.
52526 52527 52528 52529 52530 52531 52532 |
# File 'lib/quickfix_fields.rb', line 52526 def initialize(data = nil) if( data == nil ) super(2262) else super(2262, data) end end |
Class Method Details
.field ⇒ Object
52523 52524 52525 |
# File 'lib/quickfix_fields.rb', line 52523 def .field return 2262 end |