Method: Quickfix50::SecurityDefinitionUpdateReport::NoUnderlyingSecurityAltID#initialize

Defined in:
lib/quickfix50.rb

#initializeNoUnderlyingSecurityAltID

Returns a new instance of NoUnderlyingSecurityAltID.



18728
18729
18730
18731
18732
18733
18734
# File 'lib/quickfix50.rb', line 18728

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 458
	order[1] = 459
	order[2] = 0
	super(457, 458, order)
end