EasyTrader CN Broker
EasyTrader CN Broker: EasyTrader CN Broker: specialized toolkit for 3+ finance workflows covered in the triggers section.
Overview
Constraints
Evidence Quality
Medium confidence — review before critical use
46 non-negotiable constraints
WHENWhen implementing web trader authentication
ACTIONCall keepalive() immediately after successful login to start the heartbeat thread
CONSEQUENCEWithout keepalive(), the web session token expires after server-side timeout, causing all subsequent API calls to fail with NotLoginError
WHENWhen implementing broker-specific login for BaseLoginClientTrader
ACTIONImplement login() as an abstract method that handles broker-specific GUI automation or authentication
CONSEQUENCEMissing implementation causes NotImplementedError when prepare() is called, blocking all trading operations
WHENWhen implementing MiniQMT trader connection
ACTIONPass DefaultXtQuantTraderCallback instance to XtQuantTrader constructor to receive order/trade callbacks
CONSEQUENCEWithout callback registration, order confirmations and fills are silently discarded, making it impossible to track order execution status
FAQ
Discussion (0)
No comments yet. Be the first to share!
Changelog
v0.1.0: Initial release on Doramagic.ai. Auto-generated batch-v1 metadata and FAQs based on zvtvz/zvt.