I_BeginningOfLogFile

Used to define the first part of the name of a log file.   For example:

   string strFileName=I_BeginningOfLogFile+”_Acc_”+IntegerToString(AccountNumber())+”.txt”

could result in a log file such as:

   MktData_Acc_639145.txt

Add a Comment