Method: Quickfix50Sp2::QuoteRequest::NoRelatedSym::NoUnderlyings::NoUnderlyingStips#initialize

Defined in:
lib/quickfix50sp2.rb

#initializeNoUnderlyingStips

Returns a new instance of NoUnderlyingStips.



4874
4875
4876
4877
4878
4879
4880
# File 'lib/quickfix50sp2.rb', line 4874

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