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
Copy file name to clipboardExpand all lines: docs/BatchOrder.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,8 @@ Name | Type | Description | Notes
20
20
**time_in_force** | **str** | Time in force - gtc: GoodTillCancelled - ioc: ImmediateOrCancelled, taker only - poc: PendingOrCancelled, reduce only | [optional][default to 'gtc']
21
21
**auto_borrow** | **bool** | Used in margin trading(i.e. `account` is `margin`) to allow automatic loan of insufficient part if balance is not enough. | [optional]
22
22
**left** | **str** | Amount left to fill | [optional]
23
-
**fill_price** | **str** | Fill price of the order | [optional]
23
+
**fill_price** | **str** | Total filled in quote currency. Deprecated in favor of `filled_total` | [optional]
24
+
**filled_total** | **str** | Total filled in quote currency | [optional]
24
25
**fee** | **str** | Fee deducted | [optional]
25
26
**fee_currency** | **str** | Fee currency unit | [optional]
26
27
**point_fee** | **str** | Point used to deduct fee | [optional]
Copy file name to clipboardExpand all lines: docs/Order.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,8 @@ Name | Type | Description | Notes
17
17
**time_in_force** | **str** | Time in force - gtc: GoodTillCancelled - ioc: ImmediateOrCancelled, taker only - poc: PendingOrCancelled, reduce only | [optional][default to 'gtc']
18
18
**auto_borrow** | **bool** | Used in margin trading(i.e. `account` is `margin`) to allow automatic loan of insufficient part if balance is not enough. | [optional]
19
19
**left** | **str** | Amount left to fill | [optional]
20
-
**fill_price** | **str** | Total filled in quote currency | [optional]
20
+
**fill_price** | **str** | Total filled in quote currency. Deprecated in favor of `filled_total` | [optional]
21
+
**filled_total** | **str** | Total filled in quote currency | [optional]
21
22
**fee** | **str** | Fee deducted | [optional]
22
23
**fee_currency** | **str** | Fee currency unit | [optional]
23
24
**point_fee** | **str** | Point used to deduct fee | [optional]
0 commit comments