Class: Quickfix::NoProvisionOptionExerciseFixedDates
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoProvisionOptionExerciseFixedDates
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoProvisionOptionExerciseFixedDates
constructor
A new instance of NoProvisionOptionExerciseFixedDates.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoProvisionOptionExerciseFixedDates
Returns a new instance of NoProvisionOptionExerciseFixedDates.
29152 29153 29154 29155 29156 29157 29158 |
# File 'lib/quickfix_fields.rb', line 29152 def initialize(data = nil) if( data == nil ) super(40142) else super(40142, data) end end |
Class Method Details
.field ⇒ Object
29149 29150 29151 |
# File 'lib/quickfix_fields.rb', line 29149 def NoProvisionOptionExerciseFixedDates.field return 40142 end |