Show / Hide Table of Contents

Interface IMarketMover

Encapsulates the single market mover information from Alpaca APIs.

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

Properties

| Improve this Doc View Source

Change

Gets the current instrument price change value.

Declaration
Decimal Change { get; }
Property Value
Type Description
Decimal
| Improve this Doc View Source

PercentChange

Gets the current instrument price change value in percents.

Declaration
Decimal PercentChange { get; }
Property Value
Type Description
Decimal
| Improve this Doc View Source

Price

Gets the current instrument price value.

Declaration
Decimal Price { get; }
Property Value
Type Description
Decimal
| Improve this Doc View Source

Symbol

Gets the instrument symbol name.

Declaration
String Symbol { get; }
Property Value
Type Description
String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX