Class: Quickfix50Sp2::NewOrderList::NoOrders::NoComplexEvents::NoComplexEventPeriods::NoComplexEventPeriodDateTimes
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::NewOrderList::NoOrders::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.
31315 31316 31317 31318 31319 31320 31321 |
# File 'lib/quickfix50sp2.rb', line 31315 def initialize order = Quickfix::IntArray.new(3) order[0] = 41008 order[1] = 41009 order[2] = 0 super(41007, 41008, order) end |