Show / Hide Table of Contents

Interface ICalendar

Encapsulates single trading day information from Alpaca REST API.

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

Properties

| Improve this Doc View Source

TradingCloseTimeEst

Gets trading date close time in EST time zone.

Declaration
DateTime TradingCloseTimeEst { get; }
Property Value
Type Description
DateTime
| Improve this Doc View Source

TradingCloseTimeUtc

Gets trading date close time in UTC time zone.

Declaration
DateTime TradingCloseTimeUtc { get; }
Property Value
Type Description
DateTime
| Improve this Doc View Source

TradingDateEst

Gets trading date in EST time zone.

Declaration
DateTime TradingDateEst { get; }
Property Value
Type Description
DateTime
| Improve this Doc View Source

TradingDateUtc

Gets trading date in UTC time zone.

Declaration
DateTime TradingDateUtc { get; }
Property Value
Type Description
DateTime
| Improve this Doc View Source

TradingOpenTimeEst

Gets trading date open time in EST time zone.

Declaration
DateTime TradingOpenTimeEst { get; }
Property Value
Type Description
DateTime
| Improve this Doc View Source

TradingOpenTimeUtc

Gets trading date open time in UTC time zone.

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