Class: Quickfix41::Allocation::NoExecs
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix41::Allocation::NoExecs
- Defined in:
- lib/quickfix41.rb
Instance Method Summary collapse
-
#initialize ⇒ NoExecs
constructor
A new instance of NoExecs.
Constructor Details
#initialize ⇒ NoExecs
Returns a new instance of NoExecs.
225 226 227 228 229 230 231 232 233 |
# File 'lib/quickfix41.rb', line 225 def initialize order = Quickfix::IntArray.new(5) order[0] = 32 order[1] = 17 order[2] = 31 order[3] = 29 order[4] = 0 super(124, 32, order) end |