INetworkClient

StockSharp.Fix.Native

Interface for UDP network clients.

Implementiert: ILogReceiver, ILogSource, IDisposable

Eigenschaften

Dialect : IUdpDialect

Gets the UDP dialect associated with this client.

IsEnabled : bool

Gets a value indicating whether the client is enabled.

Methoden

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.