Interface IQuote
Encapsulates the basic quote information from Alpaca APIs.
Namespace: Alpaca.Markets
Assembly: Alpaca.Markets.dll
Syntax
public interface IQuoteProperties
| Improve this Doc View SourceAskExchange
Gets identifier of ask source exchange.
Declaration
String AskExchange { get; }Property Value
| Type | Description | 
|---|---|
| String | 
AskPrice
Gets ask price level (lowest sell offer).
Declaration
Decimal AskPrice { get; }Property Value
| Type | Description | 
|---|---|
| Decimal | 
AskSize
Gets ask quantity.
Declaration
Decimal AskSize { get; }Property Value
| Type | Description | 
|---|---|
| Decimal | 
BidExchange
Gets identifier of bid source exchange.
Declaration
String BidExchange { get; }Property Value
| Type | Description | 
|---|---|
| String | 
BidPrice
Gets bid price level (highest buy offer).
Declaration
Decimal BidPrice { get; }Property Value
| Type | Description | 
|---|---|
| Decimal | 
BidSize
Gets bid quantity.
Declaration
Decimal BidSize { get; }Property Value
| Type | Description | 
|---|---|
| Decimal | 
Conditions
Gets trade conditions list.
Declaration
IReadOnlyList<String> Conditions { get; }Property Value
| Type | Description | 
|---|---|
| IReadOnlyList<String> | 
Symbol
Gets asset symbol.
Declaration
String Symbol { get; }Property Value
| Type | Description | 
|---|---|
| String | 
Tape
Gets tape where trade occurred.
Declaration
String Tape { get; }Property Value
| Type | Description | 
|---|---|
| String | 
TimestampUtc
Gets quote timestamp in UTC.
Declaration
DateTime TimestampUtc { get; }Property Value
| Type | Description | 
|---|---|
| DateTime |