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

exchange.GetCurrency

Oexchange.GetCurrency()A função é utilizada para obter o par de negociação atualmente definido.

Oexchange.GetCurrency()A função retorna o par de negociação definido pelo objeto de troca corrente {@var/EXCHANGE exchange}. cordel

troca.GetCurrency ((()

function main() {
    Log("the current trading pair of exchange is:", exchange.GetCurrency())
}
def main():
    Log("the current trading pair of exchange is:", exchange.GetCurrency())
void main() {
    Log("the current trading pair of exchange is:", exchange.GetCurrency());
}

O formato do par de negociação é em maiúsculas de forma uniforme, utilizando sublinhas para separarbaseCurrencyequoteCurrency, tais comoBTC_USDT.

{@fun/Account/exchange.SetCurrency exchange.SetCurrency}

exchange.GetLabel exchange.SetCurrency