Class: Quickfix::OptPayoutType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::OptPayoutType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ OptPayoutType
constructor
A new instance of OptPayoutType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ OptPayoutType
Returns a new instance of OptPayoutType.
19610 19611 19612 19613 19614 19615 19616 |
# File 'lib/quickfix_fields.rb', line 19610 def initialize(data = nil) if( data == nil ) super(1482) else super(1482, data) end end |
Class Method Details
.field ⇒ Object
19607 19608 19609 |
# File 'lib/quickfix_fields.rb', line 19607 def OptPayoutType.field return 1482 end |