Class: Quickfix50::CrossOrderCancelReplaceRequest::NoSides::NoAllocs
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix50::CrossOrderCancelReplaceRequest::NoSides::NoAllocs
- Defined in:
- lib/quickfix50.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.
5922 5923 5924 5925 5926 5927 5928 5929 5930 5931 5932 |
# File 'lib/quickfix50.rb', line 5922 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 |