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 SourcePrice
Gets price level.
Declaration
Decimal Price { get; }
Property Value
| Type | Description |
|---|---|
| Decimal |
Size
Gets quantity.
Declaration
Decimal Size { get; }
Property Value
| Type | Description |
|---|---|
| Decimal |