संसाधन लोड हो रहा है... लोड करना...

अंतिम त्रुटि प्राप्त करें

अंतिम त्रुटि संदेश प्राप्त करें.

अंतिम त्रुटि संदेश. स्ट्रिंग

GetLastError() प्राप्त करें

function main(){
    // Because the order number 123 does not exist, so there will be an error.
    exchange.GetOrder("123")
    var error = GetLastError()
    Log(error)
}
def main():
    exchange.GetOrder("123")
    error = GetLastError()
    Log(error)
void main() {
    // Order ID type: TId, so you can't pass in a string, we place an order that doesn't meet the exchange specification to trigger
    exchange.GetOrder(exchange.Buy(1, 1));
    auto error = GetLastError();
    Log(error);
}

यह बैकटेस्टिंग प्रणाली में काम नहीं करता है।

GetPid कमांड प्राप्त करें