Class: Quickfix50Sp2::ExecutionReport::NoFills::NoNested4PartyIDs::NoNested4PartySubIDs

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

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoNested4PartySubIDs

Returns a new instance of NoNested4PartySubIDs.



953
954
955
956
957
958
959
# File 'lib/quickfix50sp2.rb', line 953

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 1412
	order[1] = 1411
	order[2] = 0
	super(1413, 1412, order)
end