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 SourceOnTradeUpdate
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>> |