Class: Quickfix50Sp2::AllocationReport::NoComplexEvents::NoComplexEventPeriods::NoComplexEventPeriodDateTimes
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::AllocationReport::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
262807 262808 262809 262810 262811 262812 262813 |
# File 'lib/quickfix50sp2.rb', line 262807 def initialize order = Quickfix::IntArray.new(3) order[0] = 41008 order[1] = 41009 order[2] = 0 super(41007, 41008, order) end |