Elexchange.GetName()
La función se utiliza para obtener el nombre del intercambio al que está vinculado el objeto de intercambio actual.
Elexchange.GetName()
La función devuelve el nombre de la bolsa definida por la plataforma de comercio de FMZ Quant.
la cuerda
¿ Qué está pasando?
function main() {
Log("The exchange object exchange is judged to be Binance spot, and the result is judged to be:", exchange.GetName() == "Binance")
}
def main():
Log("The exchange object exchange is judged to be Binance spot, and the result is judged to be:", exchange.GetName() == "Binance")
void main() {
Log("The exchange object exchange is judged to be Binance spot, and the result is judged to be:", exchange.GetName() == "Binance");
}
Elexchange.GetName()
La función se utiliza generalmente para identificar los objetos de intercambio, tales comoexchange
o bienexchanges[1]
, exchanges[2]
Los nombres de los intercambios de contratos de futuros de criptomonedas tienen el prefijo fijoFutures_
.
¿Por qué no lo haces?
exchange.GetAssets exchange.GetLabel