TradeMUX SDK Documentation  1.0
TradeMUX SDK Documentation
int FileWriteDouble ( int  handle,
double  value 
)

Writes the value of a double parameter to a file, starting from the current position of the file pointer

Parameters
handleFile descriptor returned by FileOpen()
valueValue of double type
Returns
If successful the function returns the number of bytes written or 0 in case of error.
If successful, the number of bytes written corresponds to the data type size (sizeof(double)=8).
To obtain information about the error call the GetLastError() function. The file pointer is shifted by the same number of bytes