Class: Quickfix50Sp2::SecurityTypes::NoSecurityTypes

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

Instance Method Summary collapse

Constructor Details

#initializeNoSecurityTypes

Returns a new instance of NoSecurityTypes.



7646
7647
7648
7649
7650
7651
7652
7653
7654
7655
# File 'lib/quickfix50sp2.rb', line 7646

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