이exchange.GetName()
이 함수는 현재 교환 객체가 연결된 교환의 이름을 얻기 위해 사용됩니다.
이exchange.GetName()
이 함수는 FMZ Quant Trading 플랫폼에 의해 정의된 거래소의 이름을 반환합니다.
문자열
exchange.GetName (환송)
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");
}
이exchange.GetName()
이 함수는 일반적으로 교환 객체를 식별하는 데 사용됩니다.exchange
또는exchanges[1]
, exchanges[2]
전략 코드에서. 암호화폐 선물 계약 거래소의 이름은 고정 접두어Futures_
.
{@fun/Account/exchange.GetLabel exchange.GetLabel}
exchange.GetAssets exchange.GetLabel