INetworkClient
StockSharp.Fix.Native
Interface for UDP network clients.
Реализует: ILogReceiver, ILogSource, IDisposable
Свойства
Dialect : IUdpDialect
Gets the UDP dialect associated with this client.
Методы
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.