Class: Quickfix44::AllocationReport::NoExecs
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix44::AllocationReport::NoExecs
- Defined in:
- lib/quickfix44.rb
Instance Method Summary collapse
-
#initialize ⇒ NoExecs
constructor
A new instance of NoExecs.
Constructor Details
#initialize ⇒ NoExecs
Returns a new instance of NoExecs.
9058 9059 9060 9061 9062 9063 9064 9065 9066 9067 9068 |
# File 'lib/quickfix44.rb', line 9058 def initialize order = Quickfix::IntArray.new(7) order[0] = 32 order[1] = 17 order[2] = 527 order[3] = 31 order[4] = 669 order[5] = 29 order[6] = 0 super(124, 32, order) end |