Method: Quickfix50Sp2::SecurityTypes::NoSecurityTypes#initialize
- Defined in:
- lib/quickfix50sp2.rb
#initialize ⇒ NoSecurityTypes
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 |