Method: Quickfix50Sp1::ContraryIntentionReport::NoPartyIDs::NoPartySubIDs#initialize
- Defined in:
- lib/quickfix50sp1.rb
#initialize ⇒ NoPartySubIDs
Returns a new instance of NoPartySubIDs.
20349 20350 20351 20352 20353 20354 20355 |
# File 'lib/quickfix50sp1.rb', line 20349 def initialize order = Quickfix::IntArray.new(3) order[0] = 523 order[1] = 803 order[2] = 0 super(802, 523, order) end |