Method: Quickfix44::CollateralAssignment::NoLegs::NoLegSecurityAltID#initialize

Defined in:
lib/quickfix44.rb

#initializeNoLegSecurityAltID

Returns a new instance of NoLegSecurityAltID.



12810
12811
12812
12813
12814
12815
12816
# File 'lib/quickfix44.rb', line 12810

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