Class: Quickfix50Sp2::ExecutionReport::NoOrderEvents
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::ExecutionReport::NoOrderEvents
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoOrderEvents
constructor
A new instance of NoOrderEvents.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoOrderEvents
Returns a new instance of NoOrderEvents.
14156 14157 14158 14159 14160 14161 14162 14163 14164 14165 14166 14167 |
# File 'lib/quickfix50sp2.rb', line 14156 def initialize order = Quickfix::IntArray.new(8) order[0] = 1796 order[1] = 1797 order[2] = 1798 order[3] = 1799 order[4] = 1800 order[5] = 1801 order[6] = 1802 order[7] = 0 super(1795, 1796, order) end |