Class: Quickfix50Sp2::AllocationInstructionAlert::NoOptionExerciseDates
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::AllocationInstructionAlert::NoOptionExerciseDates
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoOptionExerciseDates
constructor
A new instance of NoOptionExerciseDates.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoOptionExerciseDates
Returns a new instance of NoOptionExerciseDates.
323576 323577 323578 323579 323580 323581 323582 |
# File 'lib/quickfix50sp2.rb', line 323576 def initialize order = Quickfix::IntArray.new(3) order[0] = 41138 order[1] = 41139 order[2] = 0 super(41137, 41138, order) end |