Class: Quickfix40::Logon

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

Instance Method Summary collapse

Constructor Details

#initializeLogon



92
93
94
95
# File 'lib/quickfix40.rb', line 92

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