MarketDataValidateChartDataCache Method

Validates the data in the chart cache.

Definition

Namespace: T4.API
Assembly: T4API.47 (in T4API.47.dll) Version: 4.7.0.0 (4.7.68.4)
C#
public void ValidateChartDataCache()

Remarks

This is called on the chart request processing thread (generally a thread pool thread). The validated flag is set the first time through regardless of error or timeout getting a response from the server.

See Also