Class: Quickfix50Sp2::OrderMassStatusRequest::NoUnderlyingComplexEvents::NoUnderlyingComplexEventPeriods
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::OrderMassStatusRequest::NoUnderlyingComplexEvents::NoUnderlyingComplexEventPeriods
- Defined in:
- lib/quickfix50sp2.rb
Defined Under Namespace
Classes: NoUnderlyingComplexEventAveragingObservations, NoUnderlyingComplexEventPeriodDateTimes, NoUnderlyingComplexEventSchedules
Instance Method Summary collapse
-
#initialize ⇒ NoUnderlyingComplexEventPeriods
constructor
A new instance of NoUnderlyingComplexEventPeriods.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoUnderlyingComplexEventPeriods
Returns a new instance of NoUnderlyingComplexEventPeriods.
196974 196975 196976 196977 196978 196979 196980 196981 196982 196983 |
# File 'lib/quickfix50sp2.rb', line 196974 def initialize order = Quickfix::IntArray.new(6) order[0] = 41730 order[1] = 41731 order[2] = 41750 order[3] = 41726 order[4] = 41713 order[5] = 0 super(41729, 41730, order) end |