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
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.
SnapshotA : INetworkClient
Gets the snapshot client A.
SnapshotB : INetworkClient
Gets the snapshot client B.
SnapshotC : INetworkClient
Gets the snapshot client C.
Métodos
Open()
Open connections.
SendOutMessageAsync(Message, CancellationToken) : ValueTask
Send outgoing message.
- message
- Message
- cancellationToken
- CancellationToken