Class: Quickfix50Sp2::SecurityTypes::NoSecurityTypes

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

Instance Method Summary collapse

Methods inherited from Quickfix::Group

#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup

Constructor Details

#initializeNoSecurityTypes



155097
155098
155099
155100
155101
155102
155103
155104
155105
155106
155107
# File 'lib/quickfix50sp2.rb', line 155097

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