Class: Quickfix43::NewOrderMultileg::NoAllocs
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix43::NewOrderMultileg::NoAllocs
- Defined in:
- lib/quickfix43.rb
Instance Method Summary collapse
-
#initialize ⇒ NoAllocs
constructor
A new instance of NoAllocs.
Constructor Details
#initialize ⇒ NoAllocs
Returns a new instance of NoAllocs.
2911 2912 2913 2914 2915 2916 2917 2918 |
# File 'lib/quickfix43.rb', line 2911 def initialize order = Quickfix::IntArray.new(4) order[0] = 79 order[1] = 467 order[2] = 80 order[3] = 0 super(78, 79, order) end |