Method: Quickfix50::AllocationInstruction::NoUnderlyings::NoUnderlyingStips#initialize

Defined in:
lib/quickfix50.rb

#initializeNoUnderlyingStips

Returns a new instance of NoUnderlyingStips.



3004
3005
3006
3007
3008
3009
3010
# File 'lib/quickfix50.rb', line 3004

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