Class BitmexDepth
- java.lang.Object
-
- org.knowm.xchange.bitmex.dto.marketdata.BitmexDepth
-
public class BitmexDepth extends Object
Data object representing depth from bitmex
-
-
Constructor Summary
Constructors Constructor Description BitmexDepth(List<BitmexPublicOrder> asks, List<BitmexPublicOrder> bids)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<BitmexPublicOrder>
getAsks()
List<BitmexPublicOrder>
getBids()
String
toString()
-
-
-
Constructor Detail
-
BitmexDepth
public BitmexDepth(List<BitmexPublicOrder> asks, List<BitmexPublicOrder> bids)
Constructor- Parameters:
asks
-bids
-
-
-
Method Detail
-
getAsks
public List<BitmexPublicOrder> getAsks()
-
getBids
public List<BitmexPublicOrder> getBids()
-
-