diff --git a/src/types.ts b/src/types.ts index 24c5836..2bd53fa 100644 --- a/src/types.ts +++ b/src/types.ts @@ -238,8 +238,8 @@ export type FuturesTradeInfo = { futuresTradeRequestId: string sender: string instrument: string - buyPrice: number - sellPrice: number + buyPrice: number | null + sellPrice: number | null buyPower: number sellPower: number minAmount: number