Method: Quickfix50Sp2::RequestForPositions::NoUnderlyings::NoUnderlyingStips#initialize

Defined in:
lib/quickfix50sp2.rb

#initializeNoUnderlyingStips

Returns a new instance of NoUnderlyingStips.



18569
18570
18571
18572
18573
18574
18575
# File 'lib/quickfix50sp2.rb', line 18569

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 888
	order[1] = 889
	order[2] = 0
	super(887, 888, order)
end