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
**type** | **str** | Order type. limit - limit order | [optional][default to 'limit']
@@ -19,6 +20,10 @@ Name | Type | Description | Notes
19
20
**time_in_force** | **str** | Time in force | [optional][default to 'gtc']
20
21
**left** | **str** | Amount left to fill | [optional]
21
22
**fill_price** | **str** | Fill price of the order | [optional]
23
+
**fee** | **str** | Fee deducted | [optional]
24
+
**fee_currency** | **str** | Fee currency unit | [optional]
25
+
**point_fee** | **str** | Point used to deduct fee | [optional]
26
+
**gt_fee** | **str** | GT used to deduct fee | [optional]
22
27
23
28
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: docs/Order.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
**id** | **str** | Order ID | [optional]
7
7
**text** | **str** | User defined information. If not empty, must follow the rules below: 1. prefixed with `t-` 2. no longer than 16 bytes without `t-` prefix 3. can only include 0-9, A-Z, a-z, underscore(_), hyphen(-) or dot(.) | [optional]
8
8
**create_time** | **str** | Order creation time | [optional]
9
+
**update_time** | **str** | Order last modification time | [optional]
9
10
**status** | **str** | Order status - `open`: to be filled - `closed`: filled - `cancelled`: cancelled | [optional]
10
11
**currency_pair** | **str** | Currency pair |
11
12
**type** | **str** | Order type. limit - limit order | [optional][default to 'limit']
@@ -15,7 +16,11 @@ Name | Type | Description | Notes
15
16
**price** | **str** | Order price |
16
17
**time_in_force** | **str** | Time in force | [optional][default to 'gtc']
17
18
**left** | **str** | Amount left to fill | [optional]
18
-
**fill_price** | **str** | Fill price of the order | [optional]
19
+
**fill_price** | **str** | Total filled in quote currency | [optional]
20
+
**fee** | **str** | Fee deducted | [optional]
21
+
**fee_currency** | **str** | Fee currency unit | [optional]
22
+
**point_fee** | **str** | Point used to deduct fee | [optional]
23
+
**gt_fee** | **str** | GT used to deduct fee | [optional]
19
24
20
25
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: docs/Trade.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,10 @@ Name | Type | Description | Notes
9
9
**amount** | **str** | Trade amount | [optional]
10
10
**price** | **str** | Order price | [optional]
11
11
**order_id** | **str** | Related order ID. No value in public endpoints | [optional]
12
+
**fee** | **str** | Fee deducted. No value in public endpoints | [optional]
13
+
**fee_currency** | **str** | Fee currency unit. No value in public endpoints | [optional]
14
+
**point_fee** | **str** | Point used to deduct fee | [optional]
15
+
**gt_fee** | **str** | GT used to deduct fee | [optional]
12
16
13
17
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments