Show / Hide Table of Contents

Class TradingCalendar_US

Trading calendar for U.S. stock exchanges.

Inheritance
object
TradingCalendar_US
Implements
ITradingCalendar
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: TuringTrader.SimulatorV2
Assembly: TuringTrader.Simulator.dll
Syntax
public class TradingCalendar_US : ITradingCalendar

Constructors

| Edit this page View Source

TradingCalendar_US(Algorithm)

Declaration
public TradingCalendar_US(Algorithm algorithm = null)
Parameters
Type Name Description
Algorithm algorithm

Properties

| Edit this page View Source

EndDate

End of date range.

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

ExchangeTimeZone

Time zone info for exchange.

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

StartDate

Start of date range.

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

TimeOfClose

Time of close, in exchange's time zone.

Declaration
public 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
public List<DateTime> TradingDays { get; }
Property Value
Type Description
List<DateTime>

Implements

ITradingCalendar
  • Edit this page
  • View Source
In this article
Back to top Copyright © 2011-2023, Bertram Enterprises LLC dba TuringTrader.com