Class: Quickfix50Sp2::Advertisement::NoSecurityAltID

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix50sp2.rb

Instance Method Summary collapse

Methods inherited from Quickfix::Group

#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup

Constructor Details

#initializeNoSecurityAltID



5256
5257
5258
5259
5260
5261
5262
5263
# File 'lib/quickfix50sp2.rb', line 5256

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