Class: Quickfix43::SecurityTypes::NoSecurityTypes

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

Instance Method Summary collapse

Constructor Details

#initializeNoSecurityTypes

Returns a new instance of NoSecurityTypes.



2587
2588
2589
2590
2591
2592
2593
2594
# File 'lib/quickfix43.rb', line 2587

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