Method: Quickfix50::TradeCaptureReport::NoSides::NoStipulations#initialize

Defined in:
lib/quickfix50.rb

#initializeNoStipulations

Returns a new instance of NoStipulations.



11701
11702
11703
11704
11705
11706
11707
# File 'lib/quickfix50.rb', line 11701

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