Show / Hide Table of Contents

Interface IAlpacaStreamingClient

Provides unified type-safe access for Alpaca streaming API.

Inherited Members
IStreamingClient.Connected
IStreamingClient.SocketOpened
IStreamingClient.SocketClosed
IStreamingClient.OnError
IStreamingClient.OnWarning
IStreamingClient.ConnectAsync(CancellationToken)
IStreamingClient.ConnectAndAuthenticateAsync(CancellationToken)
IStreamingClient.DisconnectAsync(CancellationToken)
Namespace: Alpaca.Markets
Assembly: Alpaca.Markets.dll
Syntax
public interface IAlpacaStreamingClient : IStreamingClient

Events

| Improve this Doc View Source

OnTradeUpdate

Occurs when a new trade update is received from the stream.

Declaration
event Action<ITradeUpdate>? OnTradeUpdate
Event Type
Type Description
System.Nullable<Action<ITradeUpdate>>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX