Class: Quickfix50Sp1::QuoteRequestReject::NoRootPartyIDs::NoRootPartySubIDs

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

Instance Method Summary collapse

Constructor Details

#initializeNoRootPartySubIDs



8998
8999
9000
9001
9002
9003
9004
# File 'lib/quickfix50sp1.rb', line 8998

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 1121
	order[1] = 1122
	order[2] = 0
	super(1120, 1121, order)
end