Class: Quickfix50Sp2::OrderMassStatusRequest::NoComplexEvents::NoComplexEventPeriods::NoComplexEventPeriodDateTimes
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::OrderMassStatusRequest::NoComplexEvents::NoComplexEventPeriods::NoComplexEventPeriodDateTimes
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoComplexEventPeriodDateTimes
constructor
A new instance of NoComplexEventPeriodDateTimes.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoComplexEventPeriodDateTimes
Returns a new instance of NoComplexEventPeriodDateTimes.
195428 195429 195430 195431 195432 195433 195434 |
# File 'lib/quickfix50sp2.rb', line 195428 def initialize order = Quickfix::IntArray.new(3) order[0] = 41008 order[1] = 41009 order[2] = 0 super(41007, 41008, order) end |