Method: Quickfix43::ListStrikePrice::NoStrikes::NoSecurityAltID#initialize

Defined in:
lib/quickfix43.rb

#initializeNoSecurityAltID

Returns a new instance of NoSecurityAltID.



2119
2120
2121
2122
2123
2124
2125
# File 'lib/quickfix43.rb', line 2119

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 455
	order[1] = 456
	order[2] = 0
	super(454, 455, order)
end