Class: Quickfix41::Logout
- Defined in:
- lib/quickfix41.rb
Instance Method Summary collapse
-
#initialize ⇒ Logout
constructor
A new instance of Logout.
Constructor Details
#initialize ⇒ Logout
Returns a new instance of Logout.
46 47 48 49 |
# File 'lib/quickfix41.rb', line 46 def initialize super getHeader().setField( Quickfix::MsgType.new("5") ) end |