Class TradingCalendar_US
Trading calendar for U.S. stock exchanges.
Inheritance
object
TradingCalendar_US
Implements
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
Properties
| Improve this Doc View SourceEndDate
Declaration
public DateTime EndDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
ExchangeTimeZone
Declaration
public TimeZoneInfo ExchangeTimeZone { get; }
Property Value
Type | Description |
---|---|
System.TimeZoneInfo |
StartDate
Declaration
public DateTime StartDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
TimeOfClose
Declaration
public TimeOnly TimeOfClose { get; }
Property Value
Type | Description |
---|---|
System.TimeOnly |
TradingDays
Declaration
public List<DateTime> TradingDays { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<T><System.DateTime> |