Interface IMarketMovers
Encapsulates two lists of market movers from Alpaca APIs.
Namespace: Alpaca.Markets
Assembly: Alpaca.Markets.dll
Syntax
public interface IMarketMoversProperties
| Improve this Doc View SourceGainers
Gets list of the top market gainers.
Declaration
IReadOnlyList<IMarketMover> Gainers { get; }Property Value
| Type | Description | 
|---|---|
| IReadOnlyList<IMarketMover> | 
Losers
Gets list of the top market losers.
Declaration
IReadOnlyList<IMarketMover> Losers { get; }Property Value
| Type | Description | 
|---|---|
| IReadOnlyList<IMarketMover> |