Method: Quickfix50Sp2::SecurityDefinition#initialize
- Defined in:
- lib/quickfix50sp2.rb
#initialize ⇒ SecurityDefinition
Returns a new instance of SecurityDefinition.
8395 8396 8397 8398 |
# File 'lib/quickfix50sp2.rb', line 8395 def initialize super getHeader().setField( Quickfix::MsgType.new("d") ) end |