Class: Quickfix50Sp2::NewOrderMultileg::NoAllocs
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::NewOrderMultileg::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.
173010 173011 173012 173013 173014 173015 173016 173017 173018 173019 173020 173021 173022 173023 173024 173025 173026 |
# File 'lib/quickfix50sp2.rb', line 173010 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 |