Method: Quickfix44::PositionMaintenanceReport::NoPartyIDs::NoPartySubIDs#initialize
- Defined in:
- lib/quickfix44.rb
#initialize ⇒ NoPartySubIDs
Returns a new instance of NoPartySubIDs.
10608 10609 10610 10611 10612 10613 10614 |
# File 'lib/quickfix44.rb', line 10608 def initialize order = Quickfix::IntArray.new(3) order[0] = 523 order[1] = 803 order[2] = 0 super(802, 523, order) end |