Show / Hide Table of Contents

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 Source

Symbol

Gets the stock instrument symbol name.

Declaration
String Symbol { get; }
Property Value
Type Description
String
| Improve this Doc View Source

TradeCount

Gets the current instrument trade count value.

Declaration
UInt64 TradeCount { get; }
Property Value
Type Description
UInt64
| Improve this Doc View Source

Volume

Gets the current instrument volume value.

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