Class: Quickfix50::AllocationReport::NoExecs
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50::AllocationReport::NoExecs
- Defined in:
- lib/quickfix50.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.
15783 15784 15785 15786 15787 15788 15789 15790 15791 15792 15793 15794 15795 |
# File 'lib/quickfix50.rb', line 15783 def initialize order = Quickfix::IntArray.new(9) order[0] = 32 order[1] = 17 order[2] = 527 order[3] = 31 order[4] = 669 order[5] = 29 order[6] = 1003 order[7] = 1041 order[8] = 0 super(124, 32, order) end |