a4bea040d3
Syntax Tests / build (push) Has been cancelled
API Tests / build (push) Has been cancelled
Benchmarks / build (push) Has been cancelled
Build & Test Lean / build (push) Has been cancelled
Regression Tests / build (push) Has been cancelled
Report Generator Tests / build (push) Has been cancelled
Research Regression Tests / build (push) Has been cancelled
Python Virtual Environments / build (push) Has been cancelled
Registering 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.