Method: Quickfix50Sp2::AllocationReport::NoAllocs::NoNestedPartyIDs#initialize
- Defined in:
- lib/quickfix50sp2.rb
#initialize ⇒ NoNestedPartyIDs
Returns a new instance of NoNestedPartyIDs.
20649 20650 20651 20652 20653 20654 20655 20656 20657 |
# File 'lib/quickfix50sp2.rb', line 20649 def initialize order = Quickfix::IntArray.new(5) order[0] = 524 order[1] = 525 order[2] = 538 order[3] = 804 order[4] = 0 super(539, 524, order) end |