Class: Quickfix50Sp2::CollateralResponse::NoLegs::NoLegOptionExerciseDates
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::CollateralResponse::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.
287785 287786 287787 287788 287789 287790 287791 |
# File 'lib/quickfix50sp2.rb', line 287785 def initialize order = Quickfix::IntArray.new(3) order[0] = 41513 order[1] = 41514 order[2] = 0 super(41512, 41513, order) end |