Method: Quickfix50::SecurityListRequest::NoLegs::NoLegSecurityAltID#initialize

Defined in:
lib/quickfix50.rb

#initializeNoLegSecurityAltID

Returns a new instance of NoLegSecurityAltID.



9599
9600
9601
9602
9603
9604
9605
# File 'lib/quickfix50.rb', line 9599

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 605
	order[1] = 606
	order[2] = 0
	super(604, 605, order)
end