Method | Description | |
---|---|---|
HandleException ( |
||
OnMessageFound ( string msg ) : void | ||
Read ( ) : void |
FIXME
|
|
SocketReader ( |
Method | Description | |
---|---|---|
DisconnectClient ( ) : void | ||
DisconnectClient ( |
||
HandleBadMessage ( string msg, System e ) : void | ||
HandleNewSession ( string msg ) : bool | ||
ProcessStream ( ) : void | ||
ReadMessage ( string &msg ) : bool |
Method | Description | |
---|---|---|
Log ( string s ) : void |
FIXME do proper logging
|
protected static DisconnectClient ( |
||
client | ||
return | void |
protected HandleBadMessage ( string msg, System e ) : void | ||
msg | string | |
e | System | |
return | void |
public HandleException ( |
||
quickFixSession | ||
cause | System | |
client | ||
return | void |
protected HandleNewSession ( string msg ) : bool | ||
msg | string | |
return | bool |
public SocketReader ( |
||
tcpClient | ||
responder | ||
return | System.Net.Sockets |