C# Class QuickFix.NullLog

Inheritance: Log
ファイルを表示 Open project: kennystone/quickfixn Class Usage Examples

Public Methods

Method Description
Clear ( ) : void
OnEvent ( string s ) : void
OnIncoming ( string msg ) : void
OnOutgoing ( string msg ) : void

Method Details

Clear() public method

public Clear ( ) : void
return void

OnEvent() public method

public OnEvent ( string s ) : void
s string
return void

OnIncoming() public method

public OnIncoming ( string msg ) : void
msg string
return void

OnOutgoing() public method

public OnOutgoing ( string msg ) : void
msg string
return void