Class: Quickfix50Sp1::MultilegOrderCancelReplace::NoAllocs::NoNested3PartyIDs::NoNested3PartySubIDs

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

Instance Method Summary collapse

Methods inherited from Quickfix::Group

#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup

Constructor Details

#initializeNoNested3PartySubIDs

Returns a new instance of NoNested3PartySubIDs.



11999
12000
12001
12002
12003
12004
12005
# File 'lib/quickfix50sp1.rb', line 11999

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 953
	order[1] = 954
	order[2] = 0
	super(952, 953, order)
end