Class: Quickfix50Sp2::AssignmentReport::NoLegs::NoLegOptionExerciseDates
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::AssignmentReport::NoLegs::NoLegOptionExerciseDates
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoLegOptionExerciseDates
constructor
A new instance of NoLegOptionExerciseDates.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoLegOptionExerciseDates
Returns a new instance of NoLegOptionExerciseDates.
271962 271963 271964 271965 271966 271967 271968 |
# File 'lib/quickfix50sp2.rb', line 271962 def initialize order = Quickfix::IntArray.new(3) order[0] = 41513 order[1] = 41514 order[2] = 0 super(41512, 41513, order) end |