| Package | Description |
|---|---|
| io.gate.gateapi.api | |
| io.gate.gateapi.models |
| Modifier and Type | Method and Description |
|---|---|
OptionsOrder |
OptionsApi.cancelOptionsOrder(Long orderId)
Cancel a single order
|
OptionsOrder |
OptionsApi.createOptionsOrder(OptionsOrder optionsOrder)
Create an options order
|
OptionsOrder |
OptionsApi.getOptionsOrder(Long orderId)
Get a single order
|
| Modifier and Type | Method and Description |
|---|---|
List<OptionsOrder> |
OptionsApi.cancelOptionsOrders(String contract,
String underlying,
String side)
Cancel all `open` orders matched
|
ApiResponse<List<OptionsOrder>> |
OptionsApi.cancelOptionsOrdersWithHttpInfo(String contract,
String underlying,
String side)
Cancel all `open` orders matched
|
ApiResponse<OptionsOrder> |
OptionsApi.cancelOptionsOrderWithHttpInfo(Long orderId)
Cancel a single order
|
ApiResponse<OptionsOrder> |
OptionsApi.createOptionsOrderWithHttpInfo(OptionsOrder optionsOrder)
Create an options order
|
List<OptionsOrder> |
OptionsApi.APIlistOptionsOrdersRequest.execute()
Execute listOptionsOrders request
|
ApiResponse<List<OptionsOrder>> |
OptionsApi.APIlistOptionsOrdersRequest.executeWithHttpInfo()
Execute listOptionsOrders request with HTTP info returned
|
ApiResponse<OptionsOrder> |
OptionsApi.getOptionsOrderWithHttpInfo(Long orderId)
Get a single order
|
| Modifier and Type | Method and Description |
|---|---|
OptionsOrder |
OptionsApi.createOptionsOrder(OptionsOrder optionsOrder)
Create an options order
|
okhttp3.Call |
OptionsApi.createOptionsOrderAsync(OptionsOrder optionsOrder,
ApiCallback<OptionsOrder> _callback)
Create an options order (asynchronously)
|
okhttp3.Call |
OptionsApi.createOptionsOrderCall(OptionsOrder optionsOrder,
ApiCallback _callback)
Build call for createOptionsOrder
|
ApiResponse<OptionsOrder> |
OptionsApi.createOptionsOrderWithHttpInfo(OptionsOrder optionsOrder)
Create an options order
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
OptionsApi.cancelOptionsOrderAsync(Long orderId,
ApiCallback<OptionsOrder> _callback)
Cancel a single order (asynchronously)
|
okhttp3.Call |
OptionsApi.cancelOptionsOrdersAsync(String contract,
String underlying,
String side,
ApiCallback<List<OptionsOrder>> _callback)
Cancel all `open` orders matched (asynchronously)
|
okhttp3.Call |
OptionsApi.createOptionsOrderAsync(OptionsOrder optionsOrder,
ApiCallback<OptionsOrder> _callback)
Create an options order (asynchronously)
|
okhttp3.Call |
OptionsApi.APIlistOptionsOrdersRequest.executeAsync(ApiCallback<List<OptionsOrder>> _callback)
Execute listOptionsOrders request (asynchronously)
|
okhttp3.Call |
OptionsApi.getOptionsOrderAsync(Long orderId,
ApiCallback<OptionsOrder> _callback)
Get a single order (asynchronously)
|
| Modifier and Type | Method and Description |
|---|---|
OptionsOrder |
OptionsOrder.close(Boolean close) |
OptionsOrder |
OptionsOrder.contract(String contract) |
OptionsOrder |
OptionsOrder.iceberg(Long iceberg) |
OptionsOrder |
OptionsOrder.price(String price) |
OptionsOrder |
OptionsOrder.reduceOnly(Boolean reduceOnly) |
OptionsOrder |
OptionsOrder.size(Long size) |
OptionsOrder |
OptionsOrder.text(String text) |
OptionsOrder |
OptionsOrder.tif(OptionsOrder.TifEnum tif) |
Copyright © 2023. All rights reserved.