Method: Quickfix50Sp2::Email::NoLegs::NoLegSecurityAltID#initialize

Defined in:
lib/quickfix50sp2.rb

#initializeNoLegSecurityAltID

Returns a new instance of NoLegSecurityAltID.



1944
1945
1946
1947
1948
1949
1950
# File 'lib/quickfix50sp2.rb', line 1944

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