Class: Quickfix50Sp2::ExecutionReport::NoCommissions
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::ExecutionReport::NoCommissions
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoCommissions
constructor
A new instance of NoCommissions.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoCommissions
Returns a new instance of NoCommissions.
14171 14172 14173 14174 14175 14176 14177 14178 14179 14180 14181 14182 14183 14184 14185 14186 14187 14188 14189 14190 14191 |
# File 'lib/quickfix50sp2.rb', line 14171 def initialize order = Quickfix::IntArray.new(17) order[0] = 2640 order[1] = 2641 order[2] = 2725 order[3] = 2642 order[4] = 2643 order[5] = 2923 order[6] = 2644 order[7] = 2645 order[8] = 2924 order[9] = 2646 order[10] = 2647 order[11] = 2648 order[12] = 2649 order[13] = 2650 order[14] = 2651 order[15] = 2652 order[16] = 0 super(2639, 2640, order) end |