Method: Quickfix44::OrderCancelReplaceRequest::NoUnderlyings::NoUnderlyingSecurityAltID#initialize

Defined in:
lib/quickfix44.rb

#initializeNoUnderlyingSecurityAltID

Returns a new instance of NoUnderlyingSecurityAltID.



1959
1960
1961
1962
1963
1964
1965
# File 'lib/quickfix44.rb', line 1959

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