Method: Quickfix50::ListStrikePrice::NoStrikes::NoSecurityAltID#initialize

Defined in:
lib/quickfix50.rb

#initializeNoSecurityAltID

Returns a new instance of NoSecurityAltID.



7793
7794
7795
7796
7797
7798
7799
# File 'lib/quickfix50.rb', line 7793

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