Class: Quickfix::LegComplexOptPayoutReceiveSide
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegComplexOptPayoutReceiveSide
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegComplexOptPayoutReceiveSide
constructor
A new instance of LegComplexOptPayoutReceiveSide.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegComplexOptPayoutReceiveSide
Returns a new instance of LegComplexOptPayoutReceiveSide.
47469 47470 47471 47472 47473 47474 47475 |
# File 'lib/quickfix_fields.rb', line 47469 def initialize(data = nil) if( data == nil ) super(2221) else super(2221, data) end end |
Class Method Details
.field ⇒ Object
47466 47467 47468 |
# File 'lib/quickfix_fields.rb', line 47466 def LegComplexOptPayoutReceiveSide.field return 2221 end |