Built-in Functions
Structures
Built-in Variables
LOG_TYPE
LOG_TYPE_BUY
LOG_TYPE_BUY is an optional value for the LogType parameter of the exchange.Log function, used to set the log type printed by the exchange.Log function as a buy order log.
The value of LOG_TYPE_BUY is 0.
Type
number
See Also
LOG_TYPE_SELL
LOG_TYPE_SELL is an optional value for the LogType parameter of the exchange.Log function, used to set the exchange.Log function to print sell order logs.
The value of LOG_TYPE_SELL is 1.
Type
number
See Also
LOG_TYPE_CANCEL
LOG_TYPE_CANCEL is an optional value for the LogType parameter of the exchange.Log function, used to set the exchange.Log function to print order cancellation logs.
The value of LOG_TYPE_CANCEL is 2.
Type
number
See Also