From 3e9cc7bbd639fd7dd9079e4bf9ae72da483133bb Mon Sep 17 00:00:00 2001 From: Mikhail Gladchenko Date: Mon, 13 Feb 2023 16:25:01 +0000 Subject: [PATCH] FuturesTradeInfoSubscription type update --- src/services/OrionAggregator/ws/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/services/OrionAggregator/ws/index.ts b/src/services/OrionAggregator/ws/index.ts index 44124e3..d5445e2 100644 --- a/src/services/OrionAggregator/ws/index.ts +++ b/src/services/OrionAggregator/ws/index.ts @@ -68,7 +68,7 @@ type SwapInfoSubscription = { type FuturesTradeInfoSubscription = { payload: { - S: string, + s: string, i: string, a: number, p?: number,