Class: Quickfix50Sp2::ExecutionReport::NoOrders
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::ExecutionReport::NoOrders
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoOrders
constructor
A new instance of NoOrders.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoOrders
Returns a new instance of NoOrders.
16155 16156 16157 16158 16159 16160 16161 16162 16163 16164 16165 |
# File 'lib/quickfix50sp2.rb', line 16155 def initialize order = Quickfix::IntArray.new(7) order[0] = 2887 order[1] = 2888 order[2] = 2836 order[3] = 2889 order[4] = 2890 order[5] = 2835 order[6] = 0 super(73, 2887, order) end |