Class: Quickfix50Sp2::CollateralRequest::NoLegs::NoLegComplexEvents::NoLegComplexEventPeriods
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::CollateralRequest::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.
277071 277072 277073 277074 277075 277076 277077 277078 277079 277080 |
# File 'lib/quickfix50sp2.rb', line 277071 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 |