Class BitfinexDepth
- java.lang.Object
-
- org.knowm.xchange.bitfinex.v1.dto.marketdata.BitfinexDepth
-
public class BitfinexDepth extends Object
-
-
Constructor Summary
Constructors Constructor Description BitfinexDepth(BitfinexLevel[] asks, BitfinexLevel[] bids)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BitfinexLevel[]getAsks()BitfinexLevel[]getBids()StringtoString()
-
-
-
Constructor Detail
-
BitfinexDepth
public BitfinexDepth(BitfinexLevel[] asks, BitfinexLevel[] bids)
Constructor- Parameters:
asks-bids-
-
-
Method Detail
-
getAsks
public BitfinexLevel[] getAsks()
-
getBids
public BitfinexLevel[] getBids()
-
-