Fix: Use correct Kalshi time_in_force value

This commit is contained in:
2026-03-16 12:02:55 -07:00
parent b1a442e129
commit 4b403e4aba

View File

@@ -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') {