small type fix

This commit is contained in:
Mikhail Gladchenko
2023-02-14 16:10:37 +00:00
parent 4289fe3339
commit fb2a9ea95b

View File

@@ -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