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 separarbaseCurrency
equoteCurrency
, tais comoBTC_USDT
.
{@fun/Account/exchange.SetCurrency exchange.SetCurrency}
exchange.GetLabel exchange.SetCurrency