Class: Quickfix43::Allocation::NoOrders
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix43::Allocation::NoOrders
- Defined in:
- lib/quickfix43.rb
Instance Method Summary collapse
-
#initialize ⇒ NoOrders
constructor
A new instance of NoOrders.
Constructor Details
#initialize ⇒ NoOrders
Returns a new instance of NoOrders.
842 843 844 845 846 847 848 849 850 851 |
# File 'lib/quickfix43.rb', line 842 def initialize order = Quickfix::IntArray.new(6) order[0] = 11 order[1] = 37 order[2] = 198 order[3] = 526 order[4] = 66 order[5] = 0 super(73, 11, order) end |