Class: Quickfix50Sp2::ExecutionReport::NoLimitAmts
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::ExecutionReport::NoLimitAmts
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoLimitAmts
constructor
A new instance of NoLimitAmts.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoLimitAmts
14100 14101 14102 14103 14104 14105 14106 14107 14108 14109 14110 14111 14112 |
# File 'lib/quickfix50sp2.rb', line 14100 def initialize order = Quickfix::IntArray.new(9) order[0] = 1631 order[1] = 1632 order[2] = 1633 order[3] = 2394 order[4] = 2395 order[5] = 1634 order[6] = 2935 order[7] = 2396 order[8] = 0 super(1630, 1631, order) end |