Class: Quickfix50Sp2::MultilegOrderCancelReplace::NoAllocs
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::MultilegOrderCancelReplace::NoAllocs
- Defined in:
- lib/quickfix50sp2.rb
Defined Under Namespace
Classes: NoNested3PartyIDs
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.
178359 178360 178361 178362 178363 178364 178365 178366 178367 178368 178369 178370 178371 178372 178373 178374 178375 |
# File 'lib/quickfix50sp2.rb', line 178359 def initialize order = Quickfix::IntArray.new(13) order[0] = 79 order[1] = 661 order[2] = 736 order[3] = 2927 order[4] = 467 order[5] = 2727 order[6] = 948 order[7] = 80 order[8] = 1752 order[9] = 1753 order[10] = 1754 order[11] = 1755 order[12] = 0 super(78, 79, order) end |