Class: Quickfix40::Allocation::NoExecs
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix40::Allocation::NoExecs
- Defined in:
- lib/quickfix40.rb
Instance Method Summary collapse
-
#initialize ⇒ NoExecs
constructor
A new instance of NoExecs.
Constructor Details
#initialize ⇒ NoExecs
166 167 168 169 170 171 172 173 174 |
# File 'lib/quickfix40.rb', line 166 def initialize order = Quickfix::IntArray.new(5) order[0] = 17 order[1] = 32 order[2] = 31 order[3] = 30 order[4] = 0 super(124, 17, order) end |