Class: Quickfix::NoUnderlyingProvisionOptionExerciseFixedDates
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoUnderlyingProvisionOptionExerciseFixedDates
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingProvisionOptionExerciseFixedDates
constructor
A new instance of NoUnderlyingProvisionOptionExerciseFixedDates.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingProvisionOptionExerciseFixedDates
Returns a new instance of NoUnderlyingProvisionOptionExerciseFixedDates.
59286 59287 59288 59289 59290 59291 59292 |
# File 'lib/quickfix_fields.rb', line 59286 def initialize(data = nil) if( data == nil ) super(42112) else super(42112, data) end end |
Class Method Details
.field ⇒ Object
59283 59284 59285 |
# File 'lib/quickfix_fields.rb', line 59283 def .field return 42112 end |