Show / Hide Table of Contents

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 Source

Condition

Gets auction condition.

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

Exchange

Gets identifier of auction source exchange.

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

Price

Gets auction price level.

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

Size

Gets auction quantity.

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

TimestampUtc

Gets auction timestamp in UTC.

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