Support Board
Date/Time: Fri, 14 Mar 2025 11:31:56 +0000
Post From: Sub-second order fills not shown when using GetOrderFillEntry
[2022-06-02 17:36:48] |
ray42 - Posts: 21 |
Hi, I figured out the reason for "delay" - I have a HTTP POST (`MakeHTTPPOSTRequest`) method sending data to the server before printing. This works well if the orders are placed ~1-2 secs apart, but the closer they are, only the most recent order is sent if multiple orders are executed within the same second. Is there any way around this? Like using an asynchronous method for POST request? |