Class: Quickfix::UnderlyingExtraordinaryEventAdjustmentMethod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingExtraordinaryEventAdjustmentMethod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingExtraordinaryEventAdjustmentMethod
constructor
A new instance of UnderlyingExtraordinaryEventAdjustmentMethod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingExtraordinaryEventAdjustmentMethod
Returns a new instance of UnderlyingExtraordinaryEventAdjustmentMethod.
72364 72365 72366 72367 72368 72369 72370 |
# File 'lib/quickfix_fields.rb', line 72364 def initialize(data = nil) if( data == nil ) super(2624) else super(2624, data) end end |
Class Method Details
.field ⇒ Object
72361 72362 72363 |
# File 'lib/quickfix_fields.rb', line 72361 def .field return 2624 end |