Class: Quickfix50Sp2::ExecutionReport::NoFills::NoNested4PartyIDs
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix50Sp2::ExecutionReport::NoFills::NoNested4PartyIDs
- Defined in:
- lib/quickfix50sp2.rb
Defined Under Namespace
Classes: NoNested4PartySubIDs
Instance Method Summary collapse
-
#initialize ⇒ NoNested4PartyIDs
constructor
A new instance of NoNested4PartyIDs.
Constructor Details
#initialize ⇒ NoNested4PartyIDs
Returns a new instance of NoNested4PartyIDs.
550 551 552 553 554 555 556 557 558 |
# File 'lib/quickfix50sp2.rb', line 550 def initialize order = Quickfix::IntArray.new(5) order[0] = 1415 order[1] = 1416 order[2] = 1417 order[3] = 1413 order[4] = 0 super(1414, 1415, order) end |