Class: Quickfix50Sp2::AssignmentReport::NoLegs::NoLegProvisions::NoLegProvisionOptionExerciseFixedDates
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::AssignmentReport::NoLegs::NoLegProvisions::NoLegProvisionOptionExerciseFixedDates
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoLegProvisionOptionExerciseFixedDates
constructor
A new instance of NoLegProvisionOptionExerciseFixedDates.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoLegProvisionOptionExerciseFixedDates
Returns a new instance of NoLegProvisionOptionExerciseFixedDates.
272935 272936 272937 272938 272939 272940 272941 |
# File 'lib/quickfix50sp2.rb', line 272935 def initialize order = Quickfix::IntArray.new(3) order[0] = 40496 order[1] = 40497 order[2] = 0 super(40495, 40496, order) end |