Class: Quickfix50::SecurityTypes::NoSecurityTypes

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

Instance Method Summary collapse

Constructor Details

#initializeNoSecurityTypes

Returns a new instance of NoSecurityTypes.



6313
6314
6315
6316
6317
6318
6319
6320
6321
# File 'lib/quickfix50.rb', line 6313

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