Class: Quickfix50Sp2::ExecutionReport::NoFills::NoNested4PartyIDs::NoNested4PartySubIDs
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix50Sp2::ExecutionReport::NoFills::NoNested4PartyIDs::NoNested4PartySubIDs
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoNested4PartySubIDs
constructor
A new instance of NoNested4PartySubIDs.
Constructor Details
#initialize ⇒ NoNested4PartySubIDs
Returns a new instance of NoNested4PartySubIDs.
561 562 563 564 565 566 567 |
# File 'lib/quickfix50sp2.rb', line 561 def initialize order = Quickfix::IntArray.new(3) order[0] = 1412 order[1] = 1411 order[2] = 0 super(1413, 1412, order) end |