Method: Quickfix50Sp1::Confirmation::NoUnderlyings::NoUnderlyingSecurityAltID#initialize

Defined in:
lib/quickfix50sp1.rb

#initializeNoUnderlyingSecurityAltID

Returns a new instance of NoUnderlyingSecurityAltID.



14980
14981
14982
14983
14984
14985
14986
# File 'lib/quickfix50sp1.rb', line 14980

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