Class: Quickfix50Sp2::MultilegOrderCancelReplace::NoAllocs::NoNested3PartyIDs
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix50Sp2::MultilegOrderCancelReplace::NoAllocs::NoNested3PartyIDs
- Defined in:
- lib/quickfix50sp2.rb
Defined Under Namespace
Classes: NoNested3PartySubIDs
Instance Method Summary collapse
-
#initialize ⇒ NoNested3PartyIDs
constructor
A new instance of NoNested3PartyIDs.
Constructor Details
#initialize ⇒ NoNested3PartyIDs
Returns a new instance of NoNested3PartyIDs.
8652 8653 8654 8655 8656 8657 8658 8659 8660 |
# File 'lib/quickfix50sp2.rb', line 8652 def initialize order = Quickfix::IntArray.new(5) order[0] = 949 order[1] = 950 order[2] = 951 order[3] = 952 order[4] = 0 super(948, 949, order) end |