Method: Quickfix50Sp1::QuoteResponse::NoPartyIDs::NoPartySubIDs#initialize
- Defined in:
- lib/quickfix50sp1.rb
#initialize ⇒ NoPartySubIDs
Returns a new instance of NoPartySubIDs.
14480 14481 14482 14483 14484 14485 14486 |
# File 'lib/quickfix50sp1.rb', line 14480 def initialize order = Quickfix::IntArray.new(3) order[0] = 523 order[1] = 803 order[2] = 0 super(802, 523, order) end |