Class: Quickfix50Sp2::SecurityStatusRequest::NoLegs::NoLegComplexEvents::NoLegComplexEventPeriods::NoLegComplexEventPeriodDateTimes
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::SecurityStatusRequest::NoLegs::NoLegComplexEvents::NoLegComplexEventPeriods::NoLegComplexEventPeriodDateTimes
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoLegComplexEventPeriodDateTimes
constructor
A new instance of NoLegComplexEventPeriodDateTimes.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoLegComplexEventPeriodDateTimes
Returns a new instance of NoLegComplexEventPeriodDateTimes.
115261 115262 115263 115264 115265 115266 115267 |
# File 'lib/quickfix50sp2.rb', line 115261 def initialize order = Quickfix::IntArray.new(3) order[0] = 41377 order[1] = 41378 order[2] = 0 super(41376, 41377, order) end |