Skip to content

TradingHoliday

Summary

Represents a symbol trading holiday.

Signature

1
public abstract interface TradingHoliday

Namespace

cAlgo.API

See Also

Properties

Name

Summary

Gets the name of the trading holiday.

Signature

1
public abstract string Name {get;}

Return Value

string

StartTime

Summary

Gets the start date and time of the trading holiday.

Signature

1
public abstract DateTime StartTime {get;}

Return Value

DateTime

EndTime

Summary

Gets the end date and time of the trading holiday.

Signature

1
public abstract DateTime EndTime {get;}

Return Value

DateTime

IsRecurring

Summary

Gets a value indicating whether the trading holiday is recurring.

Signature

1
public abstract bool IsRecurring {get;}

Return Value

bool