Class: Quickfix50Sp2::MultilegOrderCancelReplace::NoAllocs
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix50Sp2::MultilegOrderCancelReplace::NoAllocs
- Defined in:
- lib/quickfix50sp2.rb
Defined Under Namespace
Classes: NoNested3PartyIDs
Instance Method Summary collapse
-
#initialize ⇒ NoAllocs
constructor
A new instance of NoAllocs.
Constructor Details
#initialize ⇒ NoAllocs
Returns a new instance of NoAllocs.
8639 8640 8641 8642 8643 8644 8645 8646 8647 8648 8649 |
# File 'lib/quickfix50sp2.rb', line 8639 def initialize order = Quickfix::IntArray.new(7) order[0] = 79 order[1] = 661 order[2] = 736 order[3] = 467 order[4] = 948 order[5] = 80 order[6] = 0 super(78, 79, order) end |