INetworkClient
StockSharp.Fix.Native
Interface for UDP network clients.
Implements: ILogReceiver, ILogSource, IDisposable
Properties
Dialect : IUdpDialect
Gets the UDP dialect associated with this client.
Methods
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.