Show / Hide Table of Contents

Class AlpacaStreamingClientExtensions

Helper extension method for creating special version of the IAlpacaStreamingClient implementation with automatic reconnection (with configurable delay and number of attempts) support.

Inheritance
System.Object
AlpacaStreamingClientExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Alpaca.Markets.Extensions
Assembly: Alpaca.Markets.Extensions.dll
Syntax
public static class AlpacaStreamingClientExtensions

Events

| Improve this Doc View Source

OnTradeUpdate

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

Declaration
public 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