Method: Quickfix11::Logout#initialize
- Defined in:
- lib/quickfixt11.rb
#initialize ⇒ Logout
Returns a new instance of Logout.
46 47 48 49 |
# File 'lib/quickfixt11.rb', line 46 def initialize super getHeader().setField( Quickfix::MsgType.new("5") ) end |