Class: Quickfix50Sp2::SecurityDefinition::NoLegs::NoLegComplexEvents::NoLegComplexEventPeriods
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::SecurityDefinition::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.
109870 109871 109872 109873 109874 109875 109876 109877 109878 109879 |
# File 'lib/quickfix50sp2.rb', line 109870 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 |