Class: Quickfix50Sp2::AllocationReportAck::NoProvisions::NoProvisionOptionExerciseFixedDates
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::AllocationReportAck::NoProvisions::NoProvisionOptionExerciseFixedDates
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoProvisionOptionExerciseFixedDates
constructor
A new instance of NoProvisionOptionExerciseFixedDates.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoProvisionOptionExerciseFixedDates
Returns a new instance of NoProvisionOptionExerciseFixedDates.
269408 269409 269410 269411 269412 269413 269414 |
# File 'lib/quickfix50sp2.rb', line 269408 def initialize order = Quickfix::IntArray.new(3) order[0] = 40143 order[1] = 40144 order[2] = 0 super(40142, 40143, order) end |