Support Board
Date/Time: Mon, 25 Nov 2024 16:56:00 +0000
Post From: FILL OR KILL
[2024-02-22 23:54:35] |
thefilmguy - Posts: 8 |
It seems SCT_TIF_FILL_OR_KILL isn't fully working. I have tick by tick data and the price has 29 points since but the order lingers. Is there something wrong with this code? ShortOrder.OrderType = SCT_ORDERTYPE_LIMIT; ShortOrder.Price1 = sc.Ask; ShortOrder.TimeInForce = SCT_TIF_FILL_OR_KILL; |