Interface IAlpacaCryptoStreamingClient
Provides unified type-safe access for Alpaca crypto data streaming API via websockets.
Inherited Members
Namespace: Alpaca.Markets
Assembly: Alpaca.Markets.dll
Syntax
public interface IAlpacaCryptoStreamingClient : IStreamingDataClient, IStreamingClient, ISubscriptionHandler
Methods
| Improve this Doc View SourceGetOrderBookSubscription(String)
Gets the order book updates subscription for the symbol asset.
Declaration
IAlpacaDataSubscription<IOrderBook> GetOrderBookSubscription(String symbol)
Parameters
| Type | Name | Description |
|---|---|---|
| String | symbol | Alpaca asset name. |
Returns
| Type | Description |
|---|---|
| IAlpacaDataSubscription<IOrderBook> | Subscription object for tracking updates via the Received event. |