Split Bloomberg into separate EMSX and FIX brokerage pages - #2627
Merged
AlexCatarino merged 3 commits intoAug 18, 2026
Merged
Conversation
…Connect#2626)" This reverts commit 0f6470e.
Document the Bloomberg FIX connection as its own brokerage, separate from Terminal Link, since the two connections differ in supported order types, order updates, and account types. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Reverts #2626 and documents Bloomberg FIX as its own brokerage instead of merging it into the Terminal Link page. The two connections reach different Bloomberg networks and differ in supported order types, order updates, and account types, so they get separate pages.
16 Bloomberg EMSX(Cloud Platform) and16 Terminal Link(Reality Modeling) exactly as they were, along with thebloomberg-emsxandterminal-linkURLs.17 Bloomberg FIXto Cloud Platform and Reality Modeling, shifting SSC Eze, Trading Technologies, Wolverine, and Oanda up one slot.Resources/brokerages/bloomberg-fix/partials for asset classes and orders.BloombergFixSettingsto the OpenAPI spec and regenerates the Create Live Algorithm request page.The Lean CLI section is untouched: lean-cli has no Bloomberg FIX module.
Facts come from LEAN's
BloombergFixBrokerageModel.csandBloombergFixOrderProperties.cs.Lean.Brokerages.Fix.Bloombergis still a skeleton, so it is not used as a source and is not linked (the repo is private).Test plan
python -c "import yaml; yaml.safe_load(open('QuantConnect-Platform-2.0.0.yaml', encoding='utf-8'))"parses.vacuum lint QuantConnect-Platform-2.0.0.yaml --fail-severity errorreports 0 errors.python code-generators/API-Reference-Code-Generator.pyoutput committed separately; the unrelated Agent Management page it also rewrites was reverted.python url_check.pyreports no missing sections and no broken repo-internal references. The remaining errors are soft 404s on the newbloomberg-fixpages and onbloomberg-emsx, which Document Bloomberg FIX on the Bloomberg brokerage page #2626 removed from the live site and this PR restores.Follow-ups
bloomberg-fix-*config key names and theEnvironmentenum values are inferred from thewolverine-*/rbi-*convention and need confirmation.