Class: Quickfix50Sp1::CrossOrderCancelReplaceRequest::NoSides::NoAllocs
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix50Sp1::CrossOrderCancelReplaceRequest::NoSides::NoAllocs
- Defined in:
- lib/quickfix50sp1.rb
Defined Under Namespace
Classes: NoNestedPartyIDs
Instance Method Summary collapse
-
#initialize ⇒ NoAllocs
constructor
A new instance of NoAllocs.
Constructor Details
#initialize ⇒ NoAllocs
Returns a new instance of NoAllocs.
6673 6674 6675 6676 6677 6678 6679 6680 6681 6682 6683 |
# File 'lib/quickfix50sp1.rb', line 6673 def initialize order = Quickfix::IntArray.new(7) order[0] = 79 order[1] = 661 order[2] = 736 order[3] = 467 order[4] = 539 order[5] = 80 order[6] = 0 super(78, 79, order) end |