Class: Quickfix50Sp2::MarketDataStatisticsRequest::NoUnderlyings::NoUnderlyingComplexEvents::NoUnderlyingComplexEventRateSources
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::MarketDataStatisticsRequest::NoUnderlyings::NoUnderlyingComplexEvents::NoUnderlyingComplexEventRateSources
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoUnderlyingComplexEventRateSources
constructor
A new instance of NoUnderlyingComplexEventRateSources.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoUnderlyingComplexEventRateSources
Returns a new instance of NoUnderlyingComplexEventRateSources.
394158 394159 394160 394161 394162 394163 394164 394165 394166 |
# File 'lib/quickfix50sp2.rb', line 394158 def initialize order = Quickfix::IntArray.new(5) order[0] = 41733 order[1] = 41734 order[2] = 41735 order[3] = 41736 order[4] = 0 super(41732, 41733, order) end |