| Modifier and Type | Method and Description |
|---|---|
SpotApi.APIlistSpotPriceTriggeredOrdersRequest |
account(String account)
Set account
|
okhttp3.Call |
buildCall(ApiCallback _callback)
Build call for listSpotPriceTriggeredOrders
|
List<SpotPriceTriggeredOrder> |
execute()
Execute listSpotPriceTriggeredOrders request
|
okhttp3.Call |
executeAsync(ApiCallback<List<SpotPriceTriggeredOrder>> _callback)
Execute listSpotPriceTriggeredOrders request (asynchronously)
|
ApiResponse<List<SpotPriceTriggeredOrder>> |
executeWithHttpInfo()
Execute listSpotPriceTriggeredOrders request with HTTP info returned
|
SpotApi.APIlistSpotPriceTriggeredOrdersRequest |
limit(Integer limit)
Set limit
|
SpotApi.APIlistSpotPriceTriggeredOrdersRequest |
market(String market)
Set market
|
SpotApi.APIlistSpotPriceTriggeredOrdersRequest |
offset(Integer offset)
Set offset
|
public SpotApi.APIlistSpotPriceTriggeredOrdersRequest market(String market)
market - Currency pair (optional)public SpotApi.APIlistSpotPriceTriggeredOrdersRequest account(String account)
account - Trading account (optional)public SpotApi.APIlistSpotPriceTriggeredOrdersRequest limit(Integer limit)
limit - Maximum number of records returned in one list (optional, default to 100)public SpotApi.APIlistSpotPriceTriggeredOrdersRequest offset(Integer offset)
offset - List offset, starting from 0 (optional, default to 0)public okhttp3.Call buildCall(ApiCallback _callback) throws ApiException
_callback - ApiCallback API callbackApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | List retrieved | - |
public List<SpotPriceTriggeredOrder> execute() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | List retrieved | - |
public ApiResponse<List<SpotPriceTriggeredOrder>> executeWithHttpInfo() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | List retrieved | - |
public okhttp3.Call executeAsync(ApiCallback<List<SpotPriceTriggeredOrder>> _callback) throws ApiException
_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body object| Status Code | Description | Response Headers |
| 200 | List retrieved | - |
Copyright © 2021. All rights reserved.