TradeMUX SDK Documentation  1.0
TradeMUX SDK Documentation
int FileReadArray< T > ( int  handle,
TMXArray< T >  array,
int  start,
int  count 
)

Reads from a file of BIN type arrays of any type

Template Parameters
TType of values in the target array
Parameters
handleFile descriptor returned by FileOpen()
arrayAn array where the data will be loaded
startStart position to write to the array
countNumber of elements to read. By default, reads the entire array (count=WHOLE_ARRAY)
Returns
Number of elements read or 0 in case of error. To obtain information about the error,
call the GetLastError() function.