Class: Quickfix50::MultilegOrderCancelReplace::NoAllocs::NoNested3PartyIDs::NoNested3PartySubIDs
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix50::MultilegOrderCancelReplace::NoAllocs::NoNested3PartyIDs::NoNested3PartySubIDs
- Defined in:
- lib/quickfix50.rb
Instance Method Summary collapse
-
#initialize ⇒ NoNested3PartySubIDs
constructor
A new instance of NoNested3PartySubIDs.
Constructor Details
#initialize ⇒ NoNested3PartySubIDs
Returns a new instance of NoNested3PartySubIDs.
7167 7168 7169 7170 7171 7172 7173 |
# File 'lib/quickfix50.rb', line 7167 def initialize order = Quickfix::IntArray.new(3) order[0] = 953 order[1] = 954 order[2] = 0 super(952, 953, order) end |