Class: Quickfix::NoLegProvisionOptionExerciseFixedDates
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoLegProvisionOptionExerciseFixedDates
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoLegProvisionOptionExerciseFixedDates
constructor
A new instance of NoLegProvisionOptionExerciseFixedDates.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoLegProvisionOptionExerciseFixedDates
Returns a new instance of NoLegProvisionOptionExerciseFixedDates.
33728 33729 33730 33731 33732 33733 33734 |
# File 'lib/quickfix_fields.rb', line 33728 def initialize(data = nil) if( data == nil ) super(40495) else super(40495, data) end end |
Class Method Details
.field ⇒ Object
33725 33726 33727 |
# File 'lib/quickfix_fields.rb', line 33725 def NoLegProvisionOptionExerciseFixedDates.field return 40495 end |