0
Follow
0
Followers
テーマ
交換を希望する[[i] ListenKeyを別の目的で取得できる
exchange.IO("api", "POST", "/api/v3/userDataStream")
テストによって,同じ戦略の下の異なるプラットフォームは,交換がどのように価値を与えても,同じキー値が返されます.
"私は,このプロジェクトに協力したい.
Related Recommendations
Inventor Quant Workflow FAQ (Continuously Updated)Financial Magic Zone Global KOL RecruitmentFAQ Summary (Updating...)PINE Language Introductory Tutorial of FMZ QuantPrimary Tutorial of Strategy Writing with FMZ Quant Trading Platform (Must Read)Getting Started with FMZ Quant Trading Platform (Must Read)MyLanguage Doc
Comment
All comments (1)
function getListenKey(exchangeIndex) {
var e = exchanges[exchangeIndex]
var key = e.IO("api", "POST", "/api/v3/userDataStream")
Log(key)
return key
}
function main() {
var key0 = getListenKey(0)
var key1 = getListenKey(1)
}
是这个意思吗?
3 years ago
- 1

