Class: Quickfix::UnderlyingProvisionOptionExercisePeriodSkip
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingProvisionOptionExercisePeriodSkip
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingProvisionOptionExercisePeriodSkip
constructor
A new instance of UnderlyingProvisionOptionExercisePeriodSkip.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingProvisionOptionExercisePeriodSkip
Returns a new instance of UnderlyingProvisionOptionExercisePeriodSkip.
59468 59469 59470 59471 59472 59473 59474 |
# File 'lib/quickfix_fields.rb', line 59468 def initialize(data = nil) if( data == nil ) super(42126) else super(42126, data) end end |
Class Method Details
.field ⇒ Object
59465 59466 59467 |
# File 'lib/quickfix_fields.rb', line 59465 def .field return 42126 end |