| Package | Description |
|---|---|
| net.troja.eve.esi.api | |
| net.troja.eve.esi.model |
| Modifier and Type | Method and Description |
|---|---|
List<CorporationOrdersHistoryResponse> |
MarketApi.getCorporationsCorporationIdOrdersHistory(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
List historical orders from a corporation List cancelled and expired
market orders placed on behalf of a corporation up to 90 days in the
past.
|
ApiResponse<List<CorporationOrdersHistoryResponse>> |
MarketApi.getCorporationsCorporationIdOrdersHistoryWithHttpInfo(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
List historical orders from a corporation List cancelled and expired
market orders placed on behalf of a corporation up to 90 days in the
past.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
MarketApi.getCorporationsCorporationIdOrdersHistoryAsync(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback<List<CorporationOrdersHistoryResponse>> _callback)
List historical orders from a corporation (asynchronously) List cancelled
and expired market orders placed on behalf of a corporation up to 90 days
in the past.
|
Copyright © 2023. All Rights Reserved.