Class: Quickfix43::Allocation::NoExecs
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix43::Allocation::NoExecs
- Defined in:
- lib/quickfix43.rb
Instance Method Summary collapse
-
#initialize ⇒ NoExecs
constructor
A new instance of NoExecs.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoExecs
Returns a new instance of NoExecs.
855 856 857 858 859 860 861 862 863 864 |
# File 'lib/quickfix43.rb', line 855 def initialize order = Quickfix::IntArray.new(6) order[0] = 32 order[1] = 17 order[2] = 527 order[3] = 31 order[4] = 29 order[5] = 0 super(124, 32, order) end |