Class MercadoBitcoinAccountInfo
java.lang.Object
org.knowm.xchange.mercadobitcoin.dto.account.MercadoBitcoinAccountInfo
public class MercadoBitcoinAccountInfo extends Object
- Author:
- Felipe Micaroni Lalli
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MercadoBitcoinAccountInfo.Funds
-
Constructor Summary
Constructors Constructor Description MercadoBitcoinAccountInfo(MercadoBitcoinAccountInfo.Funds funds, Long serverTime, Long openOrders)
-
Method Summary
Modifier and Type Method Description MercadoBitcoinAccountInfo.Funds
getFunds()
Long
getOpenOrders()
Long
getServerTime()
String
toString()
-
Constructor Details
-
MercadoBitcoinAccountInfo
public MercadoBitcoinAccountInfo(MercadoBitcoinAccountInfo.Funds funds, Long serverTime, Long openOrders)
-
-
Method Details