Skip to content

CustomSymbolMarketHours

Summary

Access to custom symbol's trading sessions schedule.

Signature

1
public abstract interface CustomSymbolMarketHours

Namespace

cAlgo.API

See Also

Properties

Sessions

Summary

Collection of all symbol's trading sessions

Signature

1
public abstract ICollection<CustomSymbolTradingSession> Sessions {get;}

Return Value

ICollection

Holidays

Summary

Collection of all symbol's trading holidays

Signature

1
public abstract ICollection<CustomSymbolTradingHoliday> Holidays {get;}

Return Value

ICollection