Class: Quickfix50Sp2::OrderCancelReplaceRequest::NoAllocs
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::OrderCancelReplaceRequest::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.
37981 37982 37983 37984 37985 37986 37987 37988 37989 37990 37991 37992 37993 37994 37995 37996 37997 37998 |
# File 'lib/quickfix50sp2.rb', line 37981 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 |