Class: Quickfix42::NewOrderList::NoOrders::NoAllocs
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix42::NewOrderList::NoOrders::NoAllocs
- Defined in:
- lib/quickfix42.rb
Instance Method Summary collapse
-
#initialize ⇒ NoAllocs
constructor
A new instance of NoAllocs.
Constructor Details
#initialize ⇒ NoAllocs
Returns a new instance of NoAllocs.
352 353 354 355 356 357 358 |
# File 'lib/quickfix42.rb', line 352 def initialize order = Quickfix::IntArray.new(3) order[0] = 79 order[1] = 80 order[2] = 0 super(78, 79, order) end |