Class: Quickfix44::SecurityTypes::NoSecurityTypes

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

Instance Method Summary collapse

Constructor Details

#initializeNoSecurityTypes

Returns a new instance of NoSecurityTypes.



5394
5395
5396
5397
5398
5399
5400
5401
5402
# File 'lib/quickfix44.rb', line 5394

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