Document Bloomberg FIX on the Bloomberg brokerage page - #2626
Merged
AlexCatarino merged 3 commits intoAug 18, 2026
Merged
Conversation
Rename the Bloomberg EMSX and Terminal Link sections to Bloomberg and cover both the Terminal Link (EMSX) and FIX connections on one page, following the Interactive Brokers layout. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
AlexCatarino
added a commit
that referenced
this pull request
Aug 18, 2026
This reverts commit 0f6470e.
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
Documents the Bloomberg FIX connection alongside Terminal Link on a single Bloomberg brokerage page, following the Interactive Brokers layout (one folder covering both the IB API and IB FIX).
16 Bloomberg EMSX(Cloud Platform) and16 Terminal Link(Reality Modeling) to16 Bloomberg, since neither name reads right once the FIX connection lives there. No renumbering was needed.13 Deploy Live Algorithms FIXpage next to the existing Terminal Link deployment page.01 Introduction.htmlnow uses the IB two-model layout, listingTerminalLinkBrokerageModelandBloombergFixBrokerageModelwith their class references. The remaining pages are unchanged because both models derive fromDefaultBrokerageModelwith no security-level overrides.Resources/brokerages/bloomberg/. The Orders partial carries an order-types table and an order-properties table per connection, and notes that FIX accepts cancel/replace (35=G) while Terminal Link rejects updates.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, the same way its Interactive Brokers folder has no FIX pages.
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 broken repo-internal references. The remaining errors are soft 404s onbrokerages/bloombergandsupported-models/bloomberg, which only resolve once this is deployed.Follow-ups
brokerages/bloomberg-emsxandsupported-models/terminal-linkURLs need redirects.bloomberg-fix-*config key names and theEnvironmentenum values are inferred from thewolverine-*/rbi-*convention and need confirmation.