Uses of Class
org.knowm.xchange.ftx.dto.account.FtxSubAccountBalanceDto
Package | Description |
---|---|
org.knowm.xchange.ftx | |
org.knowm.xchange.ftx.dto.account | |
org.knowm.xchange.ftx.service |
-
Uses of FtxSubAccountBalanceDto in org.knowm.xchange.ftx
Methods in org.knowm.xchange.ftx that return types with arguments of type FtxSubAccountBalanceDto Modifier and Type Method Description FtxResponse<FtxSubAccountBalanceDto>
FtxAuthenticated. getSubAccountBalances(String apiKey, Long nonce, si.mazi.rescu.ParamsDigest signature, String subaccount, String nickname)
-
Uses of FtxSubAccountBalanceDto in org.knowm.xchange.ftx.dto.account
Methods in org.knowm.xchange.ftx.dto.account that return types with arguments of type FtxSubAccountBalanceDto Modifier and Type Method Description Map<String,FtxSubAccountBalanceDto>
FtxSubAccountBalancesDto. getBalances()
Constructor parameters in org.knowm.xchange.ftx.dto.account with type arguments of type FtxSubAccountBalanceDto Constructor Description FtxSubAccountBalancesDto(List<FtxSubAccountBalanceDto> listOfBalances)
-
Uses of FtxSubAccountBalanceDto in org.knowm.xchange.ftx.service
Methods in org.knowm.xchange.ftx.service that return types with arguments of type FtxSubAccountBalanceDto Modifier and Type Method Description FtxResponse<FtxSubAccountBalanceDto>
FtxAccountServiceRaw. changeFtxSubAccountName(String nickname, String newNickname)
FtxResponse<FtxSubAccountBalanceDto>
FtxAccountServiceRaw. getFtxSubAccountBalances(String nickname)