@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "bybit-api",
|
"name": "bybit-api",
|
||||||
"version": "3.10.23",
|
"version": "3.10.24",
|
||||||
"description": "Complete & robust Node.js SDK for Bybit's REST APIs and WebSockets, with TypeScript & strong end to end tests.",
|
"description": "Complete & robust Node.js SDK for Bybit's REST APIs and WebSockets, with TypeScript & strong end to end tests.",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"types": "lib/index.d.ts",
|
"types": "lib/index.d.ts",
|
||||||
|
|||||||
@@ -126,6 +126,7 @@ export interface WSAccountOrderV5 {
|
|||||||
cumExecQty: string;
|
cumExecQty: string;
|
||||||
cumExecValue: string;
|
cumExecValue: string;
|
||||||
cumExecFee: string;
|
cumExecFee: string;
|
||||||
|
closedPnl: string;
|
||||||
feeCurrency: string;
|
feeCurrency: string;
|
||||||
timeInForce: OrderTimeInForceV5;
|
timeInForce: OrderTimeInForceV5;
|
||||||
orderType: OrderTypeV5;
|
orderType: OrderTypeV5;
|
||||||
|
|||||||
Reference in New Issue
Block a user