Class: Quickfix50Sp1::SecurityTypes::NoSecurityTypes

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

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoSecurityTypes

Returns a new instance of NoSecurityTypes.



10264
10265
10266
10267
10268
10269
10270
10271
10272
# File 'lib/quickfix50sp1.rb', line 10264

def initialize
	order = Quickfix::IntArray.new(5)
	order[0] = 167
	order[1] = 762
	order[2] = 460
	order[3] = 461
	order[4] = 0
	super(558, 167, order)
end