Class: Quickfix50Sp2::SecurityStatusRequest::NoLegs::NoLegComplexEvents::NoLegComplexEventPeriods
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::SecurityStatusRequest::NoLegs::NoLegComplexEvents::NoLegComplexEventPeriods
- Defined in:
- lib/quickfix50sp2.rb
Defined Under Namespace
Classes: NoLegComplexEventAveragingObservations, NoLegComplexEventPeriodDateTimes, NoLegComplexEventSchedules
Instance Method Summary collapse
-
#initialize ⇒ NoLegComplexEventPeriods
constructor
A new instance of NoLegComplexEventPeriods.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoLegComplexEventPeriods
Returns a new instance of NoLegComplexEventPeriods.
115236 115237 115238 115239 115240 115241 115242 115243 115244 115245 |
# File 'lib/quickfix50sp2.rb', line 115236 def initialize order = Quickfix::IntArray.new(6) order[0] = 41380 order[1] = 41381 order[2] = 41400 order[3] = 41376 order[4] = 41363 order[5] = 0 super(41379, 41380, order) end |