Class: Quickfix40::Logout

Inherits:
Message
  • Object
show all
Defined in:
lib/quickfix40.rb

Instance Method Summary collapse

Constructor Details

#initializeLogout



46
47
48
49
# File 'lib/quickfix40.rb', line 46

def initialize
  super
  getHeader().setField( Quickfix::MsgType.new("5") )
end