mirror of
https://github.com/multipleof4/KalBot.git
synced 2026-03-16 21:41:02 +00:00
Fix: Use correct Kalshi time_in_force value
This commit is contained in:
@@ -173,7 +173,7 @@ export class LiveEngine {
|
|||||||
count: contracts,
|
count: contracts,
|
||||||
type: 'limit',
|
type: 'limit',
|
||||||
client_order_id: clientOrderId,
|
client_order_id: clientOrderId,
|
||||||
time_in_force: 'ioc',
|
time_in_force: 'immediate_or_cancel',
|
||||||
};
|
};
|
||||||
|
|
||||||
if (side === 'yes') {
|
if (side === 'yes') {
|
||||||
|
|||||||
Reference in New Issue
Block a user