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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ Name | Type | Description | Notes
19
19
**amount** | **str** | Trade amount | [optional]
20
20
**price** | **str** | Order price | [optional]
21
21
**time_in_force** | **str** | Time in force - gtc: GoodTillCancelled - ioc: ImmediateOrCancelled, taker only - poc: PendingOrCancelled, makes a post-only order that always enjoys a maker fee | [optional][default to 'gtc']
22
+
**iceberg** | **str** | Amount to display for the iceberg order. Null or 0 for normal orders | [optional]
22
23
**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]
23
24
**left** | **str** | Amount left to fill | [optional][readonly]
24
25
**fill_price** | **str** | Total filled in quote currency. Deprecated in favor of `filled_total` | [optional][readonly]
Copy file name to clipboardExpand all lines: docs/ContractStat.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,8 @@ Name | Type | Description | Notes
14
14
**short_liq_usd** | **float** | Short liquidation volume(quote currency) | [optional]
15
15
**open_interest** | **int** | Open interest size | [optional]
16
16
**open_interest_usd** | **float** | Open interest volume(quote currency) | [optional]
17
-
**top_lsr_account** | **str** | Top trader long/short account ratio | [optional]
18
-
**top_lsr_size** | **str** | Top trader long/short position ratio | [optional]
17
+
**top_lsr_account** | **float** | Top trader long/short account ratio | [optional]
18
+
**top_lsr_size** | **float** | Top trader long/short position ratio | [optional]
19
19
20
20
[[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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@ Name | Type | Description | Notes
16
16
**amount** | **str** | Trade amount |
17
17
**price** | **str** | Order price |
18
18
**time_in_force** | **str** | Time in force - gtc: GoodTillCancelled - ioc: ImmediateOrCancelled, taker only - poc: PendingOrCancelled, makes a post-only order that always enjoys a maker fee | [optional][default to 'gtc']
19
+
**iceberg** | **str** | Amount to display for the iceberg order. Null or 0 for normal orders | [optional]
19
20
**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]
20
21
**left** | **str** | Amount left to fill | [optional][readonly]
21
22
**fill_price** | **str** | Total filled in quote currency. Deprecated in favor of `filled_total` | [optional][readonly]
0 commit comments