Method: Quickfix50Sp2::ExecutionAcknowledgement::NoUnderlyings::NoUnderlyingSecurityAltID#initialize

Defined in:
lib/quickfix50sp2.rb

#initializeNoUnderlyingSecurityAltID

Returns a new instance of NoUnderlyingSecurityAltID.



25631
25632
25633
25634
25635
25636
25637
# File 'lib/quickfix50sp2.rb', line 25631

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