33
Follow
63
Followers
FMZは、一般的な取引プラットフォームAPIエラーやダウンタイムに対して統一されたフォールトトレランスを実現することが推奨されます。
Created 2018-09-20 13:18:53 Updated 2019-07-31 17:29:03
1
1876
例えば,取引所が停止しているのに,注文をしたり,IDを返したりできますが,取引はできません.
取引所から返される深度データなど, 偽のデータです.
例えば,取引所から引き取りができないこと.
例えば,取引が始まってからの口座残高の返還が遅れている場合.
。。。。。
FMZの底辺で誤りや警告を犯して,ユーザーにちょっとしたトラブルを起こすか,という問題です.
Related Recommendations
Great news! Check out our platforms’ NEW features, the “Demands & Offers” page on our website.Our platform’s New design PC/MacOS local software client is released now!Flash collapse robot (teaching)Index equilibrium strategy (teaching)can anyone please explain how to start with this platformC++ API call exampleHow to break through the Tick receiving limit of commodity futuresMulti-platform Hedging Stabilization Arbitrage V2.1 (Annotation Edition)Pure english vesion of e-books about some basic systematic trading skillsThe grid trading strategy
Comment
All comments (1)
感谢提出建议 ^^ , 这个考虑过,不过有些错误或者异常的处理方式不一样,使用者对于这些API 异常或者错误的容错处理,或者机制也有不同的需求。所以统一处理了可能引起不灵活的问题。为了对于此类异常问题更加灵活处理,这部分完全交给策略代码实现。以上的 这些问题都可以用一些机制去处理,这也是策略的一部分。
8 years ago
- 1

