Class: Quickfix::LegExtraordinaryEventAdjustmentMethod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegExtraordinaryEventAdjustmentMethod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegExtraordinaryEventAdjustmentMethod
constructor
A new instance of LegExtraordinaryEventAdjustmentMethod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegExtraordinaryEventAdjustmentMethod
Returns a new instance of LegExtraordinaryEventAdjustmentMethod.
64525 64526 64527 64528 64529 64530 64531 |
# File 'lib/quickfix_fields.rb', line 64525 def initialize(data = nil) if( data == nil ) super(2606) else super(2606, data) end end |
Class Method Details
.field ⇒ Object
64522 64523 64524 |
# File 'lib/quickfix_fields.rb', line 64522 def LegExtraordinaryEventAdjustmentMethod.field return 2606 end |