You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param opts.xGateExptime Specify the expiration time (milliseconds); if the GATE receives the request time greater than the expiration time, the request will be rejected
1627
-
* @param opts.side All bids or asks. Both included if not specified
1627
+
* @param opts.side Specify all buy orders or all sell orders, if not specify them, both are included. Revoke all buy orders and revoke all sell orders and make ask
Copy file name to clipboardExpand all lines: docs/FuturesAccount.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,9 @@ Name | Type | Description | Notes
22
22
**crossMaintenanceMargin** | **string** | Maintain deposit in full warehouse, suitable for new classic account margin models | [optional][default to undefined]
23
23
**crossUnrealisedPnl** | **string** | The full warehouse does not achieve profit and loss, suitable for the new classic account margin model | [optional][default to undefined]
24
24
**crossAvailable** | **string** | Full warehouse available amount, suitable for the new classic account margin model | [optional][default to undefined]
25
+
**crossMarginBalance** | **string** | Full margin balance, suitable for the new classic account margin model | [optional][default to undefined]
26
+
**crossMmr** | **string** | Maintain margin ratio for the full position, suitable for the new classic account margin model | [optional][default to undefined]
27
+
**crossImr** | **string** | The initial margin rate of the full position is suitable for the new classic account margin model | [optional][default to undefined]
25
28
**isolatedPositionMargin** | **string** | Ware -position margin, suitable for the new classic account margin model | [optional][default to undefined]
26
29
**enableNewDualMode** | **boolean** | Whether to open a new two-way position mode | [optional][default to undefined]
0 commit comments