INetworkClient
StockSharp.Fix.Native
Interface for UDP network clients.
Implementa: ILogReceiver, ILogSource, IDisposable
Propriedades
Dialect : IUdpDialect
Gets the UDP dialect associated with this client.
Métodos
Connect()
Connects the client using the specified serializer.
Disconnect()
Disconnects the client.
ErrorHandler(Exception, int, bool)
Handles errors that occur during packet processing.
- e
- The exception encountered.
- numErrors
- The error count.
- isFatal
- Indicates whether the error is fatal.