Method: Quickfix50::TradeCaptureReportAck::NoSides::NoStipulations#initialize

Defined in:
lib/quickfix50.rb

#initializeNoStipulations

Returns a new instance of NoStipulations.



15618
15619
15620
15621
15622
15623
15624
# File 'lib/quickfix50.rb', line 15618

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 233
	order[1] = 234
	order[2] = 0
	super(232, 233, order)
end