Class: Quickfix::LegOptPayoutType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegOptPayoutType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegOptPayoutType
constructor
A new instance of LegOptPayoutType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegOptPayoutType
Returns a new instance of LegOptPayoutType.
43075 43076 43077 43078 43079 43080 43081 |
# File 'lib/quickfix_fields.rb', line 43075 def initialize(data = nil) if( data == nil ) super(2193) else super(2193, data) end end |
Class Method Details
.field ⇒ Object
43072 43073 43074 |
# File 'lib/quickfix_fields.rb', line 43072 def LegOptPayoutType.field return 2193 end |