Class: Quickfix42::Allocation::NoOrders
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix42::Allocation::NoOrders
- Defined in:
- lib/quickfix42.rb
Instance Method Summary collapse
-
#initialize ⇒ NoOrders
constructor
A new instance of NoOrders.
Constructor Details
#initialize ⇒ NoOrders
Returns a new instance of NoOrders.
419 420 421 422 423 424 425 426 427 428 |
# File 'lib/quickfix42.rb', line 419 def initialize order = Quickfix::IntArray.new(6) order[0] = 11 order[1] = 37 order[2] = 198 order[3] = 66 order[4] = 105 order[5] = 0 super(73, 11, order) end |