Method: Quickfix50Sp2::ExecutionReport::NoAllocs::NoNestedPartyIDs#initialize
- Defined in:
- lib/quickfix50sp2.rb
#initialize ⇒ NoNestedPartyIDs
Returns a new instance of NoNestedPartyIDs.
685 686 687 688 689 690 691 692 693 |
# File 'lib/quickfix50sp2.rb', line 685 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 |