Class: Quickfix44::SecurityTypes::NoSecurityTypes

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix44.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.



7042
7043
7044
7045
7046
7047
7048
7049
7050
# File 'lib/quickfix44.rb', line 7042

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