Interface IAuctionEntry
Encapsulates the auction entry information from Alpaca APIs.
Namespace: Alpaca.Markets
Assembly: Alpaca.Markets.dll
Syntax
public interface IAuctionEntry
Properties
| Improve this Doc View SourceCondition
Gets auction condition.
Declaration
String Condition { get; }
Property Value
| Type | Description |
|---|---|
| String |
Exchange
Gets identifier of auction source exchange.
Declaration
String Exchange { get; }
Property Value
| Type | Description |
|---|---|
| String |
Price
Gets auction price level.
Declaration
Decimal Price { get; }
Property Value
| Type | Description |
|---|---|
| Decimal |
Size
Gets auction quantity.
Declaration
Decimal Size { get; }
Property Value
| Type | Description |
|---|---|
| Decimal |
TimestampUtc
Gets auction timestamp in UTC.
Declaration
DateTime TimestampUtc { get; }
Property Value
| Type | Description |
|---|---|
| DateTime |