Method: Quickfix50::CollateralAssignment::NoLegs::NoLegSecurityAltID#initialize

Defined in:
lib/quickfix50.rb

#initializeNoLegSecurityAltID

Returns a new instance of NoLegSecurityAltID.



16980
16981
16982
16983
16984
16985
16986
# File 'lib/quickfix50.rb', line 16980

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