Show / Hide Table of Contents

Interface IAlpacaDataSubscription<TApi>

Encapsulates strongly-typed Alpaca Data streaming API subscription item.

Inherited Members
IAlpacaDataSubscription.Streams
IAlpacaDataSubscription.Subscribed
IAlpacaDataSubscription.OnSubscribedChanged
Namespace: Alpaca.Markets
Assembly: Alpaca.Markets.dll
Syntax
public interface IAlpacaDataSubscription<out TApi> : IAlpacaDataSubscription
Type Parameters
Name Description
TApi

Streaming update concrete type.

Events

| Improve this Doc View Source

Received

Occurs when a new TApi item is received from the stream.

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