Method: Quickfix50Sp2::DontKnowTrade::NoSecurityAltID#initialize

Defined in:
lib/quickfix50sp2.rb

#initializeNoSecurityAltID

Returns a new instance of NoSecurityAltID.



4258
4259
4260
4261
4262
4263
4264
# File 'lib/quickfix50sp2.rb', line 4258

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 455
	order[1] = 456
	order[2] = 0
	super(454, 455, order)
end