Class: Quickfix50Sp2::Advertisement::NoLegs::NoLegComplexEvents::NoLegComplexEventPeriods
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::Advertisement::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.
7234 7235 7236 7237 7238 7239 7240 7241 7242 7243 |
# File 'lib/quickfix50sp2.rb', line 7234 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 |