Class: Quickfix50Sp2::QuoteStatusReport::NoPartyIDs::NoPartySubIDs

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix50sp2.rb

Instance Method Summary collapse

Constructor Details

#initializeNoPartySubIDs

Returns a new instance of NoPartySubIDs.



10336
10337
10338
10339
10340
10341
10342
# File 'lib/quickfix50sp2.rb', line 10336

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 523
	order[1] = 803
	order[2] = 0
	super(802, 523, order)
end