From 4b403e4aba800a9bc6449c5864cfbcdf9bbae314 Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Mon, 16 Mar 2026 12:02:55 -0700 Subject: [PATCH] Fix: Use correct Kalshi time_in_force value --- lib/live/engine.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/live/engine.js b/lib/live/engine.js index f46e2d4..a2ad216 100644 --- a/lib/live/engine.js +++ b/lib/live/engine.js @@ -173,7 +173,7 @@ export class LiveEngine { count: contracts, type: 'limit', client_order_id: clientOrderId, - time_in_force: 'ioc', + time_in_force: 'immediate_or_cancel', }; if (side === 'yes') {