Show / Hide Table of Contents

Interface IAuction

Encapsulates the basic auction information from Alpaca APIs.

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

Properties

| Improve this Doc View Source

Closings

Gets daily auction closings.

Declaration
IReadOnlyList<IAuctionEntry> Closings { get; }
Property Value
Type Description
IReadOnlyList<IAuctionEntry>
| Improve this Doc View Source

Date

Gets auction date in UTC.

Declaration
DateOnly Date { get; }
Property Value
Type Description
DateOnly
| Improve this Doc View Source

Openings

Gets daily auction openings.

Declaration
IReadOnlyList<IAuctionEntry> Openings { get; }
Property Value
Type Description
IReadOnlyList<IAuctionEntry>
| Improve this Doc View Source

Symbol

Gets asset symbol.

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