O recurso está a ser carregado... Carregamento...

exchange.GetRawJSON

Obter o conteúdo original devolvido pela últimarestsolicitação do objeto de troca atual ({@var/EXCHANGE exchange}, {@var/EXCHANGE/exchanges exchanges}).

Os dados de resposta para orestpedido. cordel

troca.GetRawJSON()

function main(){
    exchange.GetAccount(); 
    var obj = JSON.parse(exchange.GetRawJSON());
    Log(obj);
}
import json
def main():
    exchange.GetAccount()
    obj = json.loads(exchange.GetRawJSON())
    Log(obj)
void main() {
    auto obj = exchange.GetAccount();
    // C++ does not support the GetRawJSON function
    Log(obj);
}

Oexchange.GetRawJSON()A função não é suportada por estratégias noC++ language.

{@var/EXCHANGE exchange}

exchange.SetMaxBarLen exchange.GetRate