Class: Quickfix50Sp2::ExecutionReport::NoRateSources
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::ExecutionReport::NoRateSources
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoRateSources
constructor
A new instance of NoRateSources.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoRateSources
Returns a new instance of NoRateSources.
14206 14207 14208 14209 14210 14211 14212 14213 14214 14215 |
# File 'lib/quickfix50sp2.rb', line 14206 def initialize order = Quickfix::IntArray.new(6) order[0] = 1446 order[1] = 1447 order[2] = 1448 order[3] = 2412 order[4] = 2796 order[5] = 0 super(1445, 1446, order) end |