Method: Quickfix50Sp1::CollateralAssignment::NoUnderlyings::NoUnderlyingSecurityAltID#initialize

Defined in:
lib/quickfix50sp1.rb

#initializeNoUnderlyingSecurityAltID

Returns a new instance of NoUnderlyingSecurityAltID.



18850
18851
18852
18853
18854
18855
18856
# File 'lib/quickfix50sp1.rb', line 18850

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