C_CalculateLinkedStatisticsTimeSeriesStatistics

C_CalculateLinkedStatisticsTimeSeriesStatistics returns summary statistics for a linked statistics variable.

void C_CalculateLinkedStatisticsTimeSeriesStatistics(

TOrcFxAPIHandle StatisticsHandle,

int VarID,

TTimeSeriesStatistics *lpStatistics,

int *lpStatus

);

Parameters

StatisticsHandle (IN)

Handle to the linked statistics information which was created by the call to C_OpenLinkedStatistics2.

VarID (IN)

Specifies the variable that you want summary statistics for. Must be one of the variables specified in the Vars parameter of C_OpenLinkedStatistics2.

lpStatistics (OUT)

Points to a variable in which the summary statistics will be returned.

lpStatus (OUT)

Points to a variable in which the status result for the function call will be returned.

See also

TTimeSeriesStatistics, C_CloseLinkedStatistics, C_OpenLinkedStatistics2, C_QueryLinkedStatistics.