Class: Quickfix50Sp2::MarketDataStatisticsRequest::NoUnderlyings::NoUnderlyingComplexEvents::NoUnderlyingComplexEventPeriods::NoUnderlyingComplexEventSchedules
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::MarketDataStatisticsRequest::NoUnderlyings::NoUnderlyingComplexEvents::NoUnderlyingComplexEventPeriods::NoUnderlyingComplexEventSchedules
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoUnderlyingComplexEventSchedules
constructor
A new instance of NoUnderlyingComplexEventSchedules.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoUnderlyingComplexEventSchedules
Returns a new instance of NoUnderlyingComplexEventSchedules.
394191 394192 394193 394194 394195 394196 394197 394198 394199 394200 |
# File 'lib/quickfix50sp2.rb', line 394191 def initialize order = Quickfix::IntArray.new(6) order[0] = 41751 order[1] = 41752 order[2] = 41753 order[3] = 41754 order[4] = 41755 order[5] = 0 super(41750, 41751, order) end |