TradeMUX SDK Documentation  1.0
TradeMUX SDK Documentation
bool ArrayGetAsSeries< T > ( TMXArray< T >  array)

Checks direction of an array index

Template Parameters
TType of array elements
Parameters
arrayChecked array
Returns
Returns true, if the specified array has the AS_SERIES flag set, i.e. access to the array is performed back
to front as in timeseries. A timeseries differs from a usual array in that the indexing of timeseries elements is performed
from its end to beginning (from the newest data to old).