| Package | Description |
|---|---|
| com.xeiam.xchange.anx.v2 | |
| com.xeiam.xchange.anx.v2.dto.marketdata |
| Modifier and Type | Method and Description |
|---|---|
static List<LimitOrder> |
ANXAdapters.adaptOrders(List<ANXOrder> anxOrders,
String tradedCurrency,
String currency,
String orderType,
String id)
Adapts a List of ANXOrders to a List of LimitOrders
|
| Modifier and Type | Method and Description |
|---|---|
List<ANXOrder> |
ANXDepth.getAsks() |
List<ANXOrder> |
ANXDepth.getBids() |
| Constructor and Description |
|---|
ANXDepth(Long microTime,
List<ANXOrder> asks,
List<ANXOrder> bids,
ANXDepth.FilterPrice filterMinPrice,
ANXDepth.FilterPrice filterMaxPrice)
Constructor
|
ANXDepth(Long microTime,
List<ANXOrder> asks,
List<ANXOrder> bids,
ANXDepth.FilterPrice filterMinPrice,
ANXDepth.FilterPrice filterMaxPrice)
Constructor
|
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.