Class: Quickfix50Sp2::NewOrderSingle::NoAllocs
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::NewOrderSingle::NoAllocs
- Defined in:
- lib/quickfix50sp2.rb
Defined Under Namespace
Classes: NoNestedPartyIDs
Instance Method Summary collapse
-
#initialize ⇒ NoAllocs
constructor
A new instance of NoAllocs.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoAllocs
Returns a new instance of NoAllocs.
27124 27125 27126 27127 27128 27129 27130 27131 27132 27133 27134 27135 27136 27137 27138 27139 27140 27141 |
# File 'lib/quickfix50sp2.rb', line 27124 def initialize order = Quickfix::IntArray.new(14) order[0] = 79 order[1] = 661 order[2] = 736 order[3] = 2927 order[4] = 467 order[5] = 2727 order[6] = 539 order[7] = 209 order[8] = 80 order[9] = 1752 order[10] = 1753 order[11] = 1754 order[12] = 1755 order[13] = 0 super(78, 79, order) end |