-
Auto-subscribe symbols when registering indicators and consolidators (#9582)
发布于
2026-07-02 18:01:19 +00:00 | 43 次提交 在此版本后已推送到 masterRegistering an indicator or consolidator for a symbol that had not been
subscribed to threw 'Please register to receive data for symbol ...'.
Order submission already auto-subscribes the symbol on the user's behalf;
this applies the same behavior to indicator/consolidator registration.GetSubscription now adds the security automatically when it has no
subscription (guarded by the shared CanAutoAddSecurity check, which is
also used by order submission) before falling back to the error. The
subscription lookup is exposed via a TryGetSubscription out-parameter
helper.下载附件