Skip to content

Conversation

@jhonabreul
Copy link
Collaborator

@jhonabreul jhonabreul commented Sep 12, 2025

Description

Enable concurrency for live paper brokerage.

Adjust BacktestingTransactionHandler to work with the live trading PaperBrokerage with concurrency enabled.

Related Issue

Closes #8964

Motivation and Context

Requires Documentation Change

How Has This Been Tested?

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • Refactor (non-breaking change which improves implementation)
  • Performance (non-breaking change which improves performance. Please add associated performance test and results)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Non-functional change (xml comments/documentation/etc)

Checklist:

  • My code follows the code style of this project.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
  • My branch follows the naming convention bug-<issue#>-<description> or feature-<issue#>-<description>

Implement PaperBrokerageTransactionHandler to handle concurrency for live paper trading transaction handler
Copy link
Member

@Martin-Molinero Martin-Molinero left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@jhonabreul jhonabreul merged commit ee7be1a into QuantConnect:master Sep 15, 2025
7 of 8 checks passed
@jhonabreul jhonabreul deleted the feature-8964-concurrent-paper-brokerage branch September 15, 2025 13:26
@jhonabreul jhonabreul mentioned this pull request Sep 15, 2025
11 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Adjust live paper brokerage to work with concurrency enabled

2 participants