Interface IActiveStock
Encapsulates the single active stock information from Alpaca APIs.
Namespace: Alpaca.Markets
Assembly: Alpaca.Markets.dll
Syntax
public interface IActiveStock
Properties
| Improve this Doc View SourceSymbol
Gets the stock instrument symbol name.
Declaration
String Symbol { get; }
Property Value
Type | Description |
---|---|
String |
TradeCount
Gets the current instrument trade count value.
Declaration
UInt64 TradeCount { get; }
Property Value
Type | Description |
---|---|
UInt64 |
Volume
Gets the current instrument volume value.
Declaration
Decimal Volume { get; }
Property Value
Type | Description |
---|---|
Decimal |