question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

What is the best way to determine whether an order is executed and against which price?

See original GitHub issue

I’m able to create and confirm an order based on your documentation.

When trading on the DeGiro website, once an order is executed, a popup is shown briefly. Is there a way to subscribe to this event via the connector?

Or should we poll actively to see the changes. For example to retrieve pending orders, and when the id is not in, assume it’s executed.

Or via OrdersHistory or TransactionsHistory?

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:14 (14 by maintainers)

github_iconTop GitHub Comments

1reaction
funnel20commented, Feb 15, 2022

@Chavithra I’ve finally found a way to link the order id and transaction id. Once I’ve finished my prototype, I’ll post my findings here.

1reaction
funnel20commented, Dec 23, 2021

@Chavithra Well, “we” is a group of friends who are using your awesome connector into a project. I recently helped you with PR https://github.com/Chavithra/degiro-connector/pull/42 .

There were some issues processing trading_api.get_update(), hence this is what we came up with. It works for now, just wanted to inform other users about this, as it provides at least an answer to the question in the issue description (maybe not the best).

Read more comments on GitHub >

github_iconTop Results From Across the Web

Understanding Order Execution - Investopedia
The SEC has taken steps to ensure that investors get the best execution, with rules forcing brokers to report the quality of executions...
Read more >
Market Order - SEC.gov
A market order is an order to buy or sell a stock at the best available price. Generally, this type of order will...
Read more >
Executing an Order - Investor.gov
In deciding how to execute orders, your broker has a duty to seek the best execution that is reasonably available for its customers'...
Read more >
Stock order types and conditions: An overview | Charles Schwab
A market order is an order to buy or sell a stock at the market's best available current price. A market order typically...
Read more >
Order Types | FINRA.org
Limit orders are for investors who know the price they want for a particular ... to get your limit price or a better...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found