Method: Quickfix::NoSecurityTypes#initialize
- Defined in:
- lib/quickfix_fields.rb
#initialize(data = nil) ⇒ NoSecurityTypes
Returns a new instance of NoSecurityTypes.
18193 18194 18195 18196 18197 18198 18199 |
# File 'lib/quickfix_fields.rb', line 18193 def initialize(data = nil) if( data == nil ) super(558) else super(558, data) end end |