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.