Class: Quickfix50Sp1::SecurityTypes::NoSecurityTypes
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix50Sp1::SecurityTypes::NoSecurityTypes
- Defined in:
- lib/quickfix50sp1.rb
Instance Method Summary collapse
-
#initialize ⇒ NoSecurityTypes
constructor
A new instance of NoSecurityTypes.
Constructor Details
#initialize ⇒ NoSecurityTypes
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 |