| Package | Description |
|---|---|
| net.troja.eve.esi.api | |
| net.troja.eve.esi.model |
| Modifier and Type | Method and Description |
|---|---|
List<MarketHistoryResponse> |
MarketApi.getMarketsRegionIdHistory(Integer regionId,
Integer typeId,
String datasource,
String userAgent,
String xUserAgent)
List historical market statistics in a region Return a list of historical
market statistics for the specified type in a region --- Alternate route:
`/v1/markets/{region_id}/history/` Alternate route:
`/legacy/markets/{region_id}/history/` Alternate route:
`/dev/markets/{region_id}/history/` --- This route is cached
for up to 3600 seconds
|
| Modifier and Type | Method and Description |
|---|---|
MarketHistoryResponse |
MarketHistoryResponse.average(Float average) |
MarketHistoryResponse |
MarketHistoryResponse.date(java.time.LocalDate date) |
MarketHistoryResponse |
MarketHistoryResponse.highest(Float highest) |
MarketHistoryResponse |
MarketHistoryResponse.lowest(Float lowest) |
MarketHistoryResponse |
MarketHistoryResponse.orderCount(Long orderCount) |
MarketHistoryResponse |
MarketHistoryResponse.volume(Long volume) |
Copyright © 2017. All Rights Reserved.