Class: Quickfix50Sp2::MarketDataStatisticsRequest::NoComplexEvents::NoComplexEventPeriods::NoComplexEventSchedules
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::MarketDataStatisticsRequest::NoComplexEvents::NoComplexEventPeriods::NoComplexEventSchedules
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoComplexEventSchedules
constructor
A new instance of NoComplexEventSchedules.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoComplexEventSchedules
Returns a new instance of NoComplexEventSchedules.
392367 392368 392369 392370 392371 392372 392373 392374 392375 392376 |
# File 'lib/quickfix50sp2.rb', line 392367 def initialize order = Quickfix::IntArray.new(6) order[0] = 41032 order[1] = 41033 order[2] = 41034 order[3] = 41035 order[4] = 41036 order[5] = 0 super(41031, 41032, order) end |