Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
QuickFix
NullLog
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