Method: Quickfix50Sp2::AllocationInstructionAlert::NoOrders::NoNested2PartyIDs#initialize
- Defined in:
- lib/quickfix50sp2.rb
#initialize ⇒ NoNested2PartyIDs
Returns a new instance of NoNested2PartyIDs.
24979 24980 24981 24982 24983 24984 24985 24986 24987 |
# File 'lib/quickfix50sp2.rb', line 24979 def initialize order = Quickfix::IntArray.new(5) order[0] = 757 order[1] = 758 order[2] = 759 order[3] = 806 order[4] = 0 super(756, 757, order) end |