Method: Quickfix44::DerivativeSecurityListRequest::NoUnderlyingSecurityAltID#initialize

Defined in:
lib/quickfix44.rb

#initializeNoUnderlyingSecurityAltID

Returns a new instance of NoUnderlyingSecurityAltID.



7517
7518
7519
7520
7521
7522
7523
# File 'lib/quickfix44.rb', line 7517

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