Class: Quickfix50Sp1::SecurityTypes::NoSecurityTypes

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

Instance Method Summary collapse

Constructor Details

#initializeNoSecurityTypes

Returns a new instance of NoSecurityTypes.



7086
7087
7088
7089
7090
7091
7092
7093
7094
# File 'lib/quickfix50sp1.rb', line 7086

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