| 程序包 | 说明 |
|---|---|
| com.kucoin.sdk.rest.adapter | |
| com.kucoin.sdk.rest.interfaces | |
| com.kucoin.sdk.rest.interfaces.retrofit |
| 限定符和类型 | 方法和说明 |
|---|---|
StopOrderResponse |
StopOrderAPIAdapter.getStopOrder(String orderId) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<StopOrderResponse> |
StopOrderAPIAdapter.getStopOrderByClientOid(String clientOid,
String symbol) |
Pagination<StopOrderResponse> |
StopOrderAPIAdapter.queryStopOrders(StopOrderQueryRequest request) |
| 限定符和类型 | 方法和说明 |
|---|---|
StopOrderResponse |
StopOrderAPI.getStopOrder(String orderId)
Get a single stop order which have not been triggered by order id and symbol.
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<StopOrderResponse> |
StopOrderAPI.getStopOrderByClientOid(String clientOid,
String symbol)
Get a single stop order which have not been triggered by order id and symbol.
|
Pagination<StopOrderResponse> |
StopOrderAPI.queryStopOrders(StopOrderQueryRequest request)
Query un-triggered stop orders which requested.
|
| 限定符和类型 | 方法和说明 |
|---|---|
retrofit2.Call<KucoinResponse<StopOrderResponse>> |
StopOrderAPIRetrofit.getStopOrder(String orderId) |
retrofit2.Call<KucoinResponse<List<StopOrderResponse>>> |
StopOrderAPIRetrofit.getStopOrderByClientOid(String clientOid,
String symbol) |
retrofit2.Call<KucoinResponse<Pagination<StopOrderResponse>>> |
StopOrderAPIRetrofit.queryStopOrders(Map<String,String> params) |
Copyright © 2023. All rights reserved.