Method: Quickfix50Sp2::IOI::NoPartyIDs::NoPartySubIDs#initialize
- Defined in:
- lib/quickfix50sp2.rb
#initialize ⇒ NoPartySubIDs
Returns a new instance of NoPartySubIDs.
111 112 113 114 115 116 117 |
# File 'lib/quickfix50sp2.rb', line 111 def initialize order = Quickfix::IntArray.new(3) order[0] = 523 order[1] = 803 order[2] = 0 super(802, 523, order) end |