Class: Quickfix50Sp2::CrossOrderCancelReplaceRequest::NoComplexEvents::NoComplexEventRateSources
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::CrossOrderCancelReplaceRequest::NoComplexEvents::NoComplexEventRateSources
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoComplexEventRateSources
constructor
A new instance of NoComplexEventRateSources.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoComplexEventRateSources
Returns a new instance of NoComplexEventRateSources.
144879 144880 144881 144882 144883 144884 144885 144886 144887 |
# File 'lib/quickfix50sp2.rb', line 144879 def initialize order = Quickfix::IntArray.new(5) order[0] = 41014 order[1] = 41015 order[2] = 41016 order[3] = 41017 order[4] = 0 super(41013, 41014, order) end |