Method: Quickfix44::OrderCancelReplaceRequest::NoUnderlyings::NoUnderlyingStips#initialize

Defined in:
lib/quickfix44.rb

#initializeNoUnderlyingStips

Returns a new instance of NoUnderlyingStips.



1969
1970
1971
1972
1973
1974
1975
# File 'lib/quickfix44.rb', line 1969

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