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 SourceChange
Gets the current instrument price change value.
Declaration
Decimal Change { get; }
Property Value
Type | Description |
---|---|
Decimal |
PercentChange
Gets the current instrument price change value in percents.
Declaration
Decimal PercentChange { get; }
Property Value
Type | Description |
---|---|
Decimal |
Price
Gets the current instrument price value.
Declaration
Decimal Price { get; }
Property Value
Type | Description |
---|---|
Decimal |
Symbol
Gets the instrument symbol name.
Declaration
String Symbol { get; }
Property Value
Type | Description |
---|---|
String |