From 176f84998b75a84687b5a160828deab314708eec Mon Sep 17 00:00:00 2001 From: Eyup Gurel Date: Mon, 28 Aug 2023 21:15:09 +0300 Subject: [PATCH] formatted --- src/bluefinClient.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bluefinClient.ts b/src/bluefinClient.ts index 349a356..1e6f5e0 100644 --- a/src/bluefinClient.ts +++ b/src/bluefinClient.ts @@ -441,7 +441,7 @@ export class BluefinClient { orderType: order.orderType, triggerPrice: order.orderType === ORDER_TYPE.STOP_MARKET || - order.orderType === ORDER_TYPE.LIMIT + order.orderType === ORDER_TYPE.LIMIT ? order.triggerPrice || 0 : 0, postOnly: orderToSign.postOnly,