public final class ANXDepth extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ANXDepth.FilterPrice |
Constructor and Description |
---|
ANXDepth(Long microTime,
List<ANXOrder> asks,
List<ANXOrder> bids,
ANXDepth.FilterPrice filterMinPrice,
ANXDepth.FilterPrice filterMaxPrice)
Constructor
|
Modifier and Type | Method and Description |
---|---|
List<ANXOrder> |
getAsks() |
List<ANXOrder> |
getBids() |
ANXDepth.FilterPrice |
getFilterMaxPrice() |
ANXDepth.FilterPrice |
getFilterMinPrice() |
Long |
getMicroTime() |
String |
toString() |
public ANXDepth(Long microTime, List<ANXOrder> asks, List<ANXOrder> bids, ANXDepth.FilterPrice filterMinPrice, ANXDepth.FilterPrice filterMaxPrice)
asks
- bids
- public ANXDepth.FilterPrice getFilterMinPrice()
public ANXDepth.FilterPrice getFilterMaxPrice()
public Long getMicroTime()
Copyright © 2012–2016 Xeiam, LLC. All rights reserved.