Skip to content

Commit

Permalink
Merge pull request #483 from marosvida/fix/extend-dual-investment-pos…
Browse files Browse the repository at this point in the history
…ition-fields

Fix/extend dual investment position fields
  • Loading branch information
tiagosiebler authored Nov 25, 2024
2 parents 5406738 + 5a6296f commit 6c196a2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "binance",
"version": "2.13.16",
"version": "2.13.17",
"description": "Node.js & JavaScript SDK for Binance REST APIs & WebSockets, with TypeScript & end-to-end tests.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions src/types/spot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3076,6 +3076,10 @@ export interface DualInvestmentPosition {
purchaseEndTime: number;
optionType: string;
autoCompoundPlan: 'STANDARD' | 'ADVANCED' | 'NONE';
settlePrice?: string;
isExercised?: boolean;
settleAsset?: string;
settleAmount?: string;
}

export interface CheckDualInvestmentAccountsResponse {
Expand Down

0 comments on commit 6c196a2

Please sign in to comment.