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

Returns a new instance of NoSecurityTypes.



12008
12009
12010
12011
12012
12013
12014
12015
12016
12017
# File 'lib/quickfix50sp2.rb', line 12008

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