public class LgoGroupedBalanceUpdate extends Object
| Constructor and Description |
|---|
LgoGroupedBalanceUpdate() |
| Modifier and Type | Method and Description |
|---|---|
LgoGroupedBalanceUpdate |
applySnapshot(long seq,
List<org.knowm.xchange.dto.account.Balance> updatedBalances) |
LgoGroupedBalanceUpdate |
applyUpdate(long seq,
List<org.knowm.xchange.dto.account.Balance> updatedBalances) |
long |
getSeq() |
Map<org.knowm.xchange.currency.Currency,org.knowm.xchange.dto.account.Balance> |
getWallet() |
public LgoGroupedBalanceUpdate applySnapshot(long seq, List<org.knowm.xchange.dto.account.Balance> updatedBalances)
public LgoGroupedBalanceUpdate applyUpdate(long seq, List<org.knowm.xchange.dto.account.Balance> updatedBalances)
public long getSeq()
public Map<org.knowm.xchange.currency.Currency,org.knowm.xchange.dto.account.Balance> getWallet()
Copyright © 2020. All rights reserved.