| Package | Description |
|---|---|
| io.gate.gateapi.api | |
| io.gate.gateapi.models |
| Modifier and Type | Method and Description |
|---|---|
OptionsSettlement |
OptionsApi.getOptionsSettlement(String contract,
String underlying,
Long at)
Get specified contract's settlement
|
| Modifier and Type | Method and Description |
|---|---|
List<OptionsSettlement> |
OptionsApi.APIlistOptionsSettlementsRequest.execute()
Execute listOptionsSettlements request
|
ApiResponse<List<OptionsSettlement>> |
OptionsApi.APIlistOptionsSettlementsRequest.executeWithHttpInfo()
Execute listOptionsSettlements request with HTTP info returned
|
ApiResponse<OptionsSettlement> |
OptionsApi.getOptionsSettlementWithHttpInfo(String contract,
String underlying,
Long at)
Get specified contract's settlement
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
OptionsApi.APIlistOptionsSettlementsRequest.executeAsync(ApiCallback<List<OptionsSettlement>> _callback)
Execute listOptionsSettlements request (asynchronously)
|
okhttp3.Call |
OptionsApi.getOptionsSettlementAsync(String contract,
String underlying,
Long at,
ApiCallback<OptionsSettlement> _callback)
Get specified contract's settlement (asynchronously)
|
| Modifier and Type | Method and Description |
|---|---|
OptionsSettlement |
OptionsSettlement.contract(String contract) |
OptionsSettlement |
OptionsSettlement.fee(String fee) |
OptionsSettlement |
OptionsSettlement.profit(String profit) |
OptionsSettlement |
OptionsSettlement.settlePrice(String settlePrice) |
OptionsSettlement |
OptionsSettlement.strikePrice(String strikePrice) |
OptionsSettlement |
OptionsSettlement.time(Double time) |
Copyright © 2023. All rights reserved.