Class: Quickfix::AdjustmentType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::AdjustmentType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AdjustmentType
constructor
A new instance of AdjustmentType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ AdjustmentType
Returns a new instance of AdjustmentType.
9847 9848 9849 9850 9851 9852 9853 |
# File 'lib/quickfix_fields.rb', line 9847 def initialize(data = nil) if( data == nil ) super(718) else super(718, data) end end |
Class Method Details
.field ⇒ Object
9844 9845 9846 |
# File 'lib/quickfix_fields.rb', line 9844 def AdjustmentType.field return 718 end |