Method: Quickfix44::NewOrderCross::NoUnderlyings::NoUnderlyingSecurityAltID#initialize

Defined in:
lib/quickfix44.rb

#initializeNoUnderlyingSecurityAltID

Returns a new instance of NoUnderlyingSecurityAltID.



6432
6433
6434
6435
6436
6437
6438
# File 'lib/quickfix44.rb', line 6432

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