Method: Quickfix50Sp2::ExecutionReport::NoLegs::NoLegStipulations#initialize

Defined in:
lib/quickfix50sp2.rb

#initializeNoLegStipulations

Returns a new instance of NoLegStipulations.



1067
1068
1069
1070
1071
1072
1073
# File 'lib/quickfix50sp2.rb', line 1067

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 688
	order[1] = 689
	order[2] = 0
	super(683, 688, order)
end