Class: Quickfix50Sp2::NewOrderCross::NoComplexEvents::NoComplexEventPeriods::NoComplexEventPeriodDateTimes
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::NewOrderCross::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.
139483 139484 139485 139486 139487 139488 139489 |
# File 'lib/quickfix50sp2.rb', line 139483 def initialize order = Quickfix::IntArray.new(3) order[0] = 41008 order[1] = 41009 order[2] = 0 super(41007, 41008, order) end |