Class: Quickfix43::MultilegOrderCancelReplaceRequest::NoAllocs
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix43::MultilegOrderCancelReplaceRequest::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.
3033 3034 3035 3036 3037 3038 3039 3040 |
# File 'lib/quickfix43.rb', line 3033 def initialize order = Quickfix::IntArray.new(4) order[0] = 79 order[1] = 467 order[2] = 80 order[3] = 0 super(78, 79, order) end |