Show / Hide Table of Contents

Interface IOrderBookEntry

Encapsulates the order book price/size pair information.

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

Properties

| Improve this Doc View Source

Price

Gets price level.

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

Size

Gets quantity.

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