Method: Quickfix50Sp1::ExecutionReport::NoFills::NoNested4PartyIDs#initialize

Defined in:
lib/quickfix50sp1.rb

#initializeNoNested4PartyIDs

Returns a new instance of NoNested4PartyIDs.



802
803
804
805
806
807
808
809
810
# File 'lib/quickfix50sp1.rb', line 802

def initialize
	order = Quickfix::IntArray.new(5)
	order[0] = 1415
	order[1] = 1416
	order[2] = 1417
	order[3] = 1413
	order[4] = 0
	super(1414, 1415, order)
end