Show / Hide Table of Contents

Interface IMarketMovers

Encapsulates two lists of market movers from Alpaca APIs.

Namespace: Alpaca.Markets
Assembly: Alpaca.Markets.dll
Syntax
public interface IMarketMovers

Properties

| Improve this Doc View Source

Gainers

Gets list of the top market gainers.

Declaration
IReadOnlyList<IMarketMover> Gainers { get; }
Property Value
Type Description
IReadOnlyList<IMarketMover>
| Improve this Doc View Source

Losers

Gets list of the top market losers.

Declaration
IReadOnlyList<IMarketMover> Losers { get; }
Property Value
Type Description
IReadOnlyList<IMarketMover>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX