Show / Hide Table of Contents

Interface ITradingCalendar

Trading calendar class to convert a date range to an enumerable of valid trading days.

Namespace: TuringTrader.SimulatorV2
Assembly: TuringTrader.Simulator.dll
Syntax
public interface ITradingCalendar

Properties

| Edit this page View Source

EndDate

End of date range.

Declaration
DateTime EndDate { get; set; }
Property Value
Type Description
DateTime
| Edit this page View Source

ExchangeTimeZone

Time zone info for exchange.

Declaration
TimeZoneInfo ExchangeTimeZone { get; }
Property Value
Type Description
TimeZoneInfo
| Edit this page View Source

StartDate

Start of date range.

Declaration
DateTime StartDate { get; set; }
Property Value
Type Description
DateTime
| Edit this page View Source

TimeOfClose

Time of close, in exchange's time zone.

Declaration
TimeOnly TimeOfClose { get; }
Property Value
Type Description
TimeOnly
| Edit this page View Source

TradingDays

List of trading days between start and end dates, in the local time zone.

Declaration
List<DateTime> TradingDays { get; }
Property Value
Type Description
List<DateTime>
  • Edit this page
  • View Source
In this article
Back to top Copyright © 2011-2023, Bertram Enterprises LLC dba TuringTrader.com