Class: Quickfix50Sp1::ExecutionReport::NoFills::NoNested4PartyIDs::NoNested4PartySubIDs
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix50Sp1::ExecutionReport::NoFills::NoNested4PartyIDs::NoNested4PartySubIDs
- Defined in:
- lib/quickfix50sp1.rb
Instance Method Summary collapse
-
#initialize ⇒ NoNested4PartySubIDs
constructor
A new instance of NoNested4PartySubIDs.
Constructor Details
#initialize ⇒ NoNested4PartySubIDs
Returns a new instance of NoNested4PartySubIDs.
532 533 534 535 536 537 538 |
# File 'lib/quickfix50sp1.rb', line 532 def initialize order = Quickfix::IntArray.new(3) order[0] = 1412 order[1] = 1411 order[2] = 0 super(1413, 1412, order) end |