Method: Quickfix50Sp1::MarketDataSnapshotFullRefresh::NoUnderlyings::NoUnderlyingStips#initialize

Defined in:
lib/quickfix50sp1.rb

#initializeNoUnderlyingStips

Returns a new instance of NoUnderlyingStips.



5278
5279
5280
5281
5282
5283
5284
# File 'lib/quickfix50sp1.rb', line 5278

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