BaseUdpNetworkFeed

StockSharp.Fix.Dialects

The base class for UDP feed.

Implementa: IUdpNetworkFeed

Construtores

BaseUdpNetworkFeed(BaseUdpDialect, string, UdpFeedGroup)

The base class for UDP feed.

dialect
BaseUdpDialect
name
The name of the feed.
feedGroup
The network configuration group.

Propriedades

CanReplay : bool

Determines whether the feed can be replayed.

Dialect : BaseUdpDialect

BaseUdpDialect

EnabledSuspend : bool

Determines whether the feed is enabled to suspend.

FeedGroup : UdpFeedGroup

Gets the network configuration group.

IncrementalA : INetworkClient

Gets the incremental client A.

IncrementalB : INetworkClient

Gets the incremental client B.

IncrementalC : INetworkClient

Gets the incremental client C.

IsEnabled : bool

Determines whether the feed is enabled.

Name : string

Name.

SnapshotA : INetworkClient

Gets the snapshot client A.

SnapshotB : INetworkClient

Gets the snapshot client B.

SnapshotC : INetworkClient

Gets the snapshot client C.

Métodos

Close() : bool

Closing price.

Open()

Open connections.

SendOutMessageAsync(Message, CancellationToken) : ValueTask

Send outgoing message.

message
Message
cancellationToken
CancellationToken