Uses of Class
org.knowm.xchange.ftx.dto.account.FtxPositionDto
Packages that use FtxPositionDto
Package
Description
-
Uses of FtxPositionDto in org.knowm.xchange.ftx
Methods in org.knowm.xchange.ftx that return types with arguments of type FtxPositionDtoModifier and TypeMethodDescriptionFtxAuthenticated.getFtxPositions
(String apiKey, Long nonce, si.mazi.rescu.ParamsDigest signature, String subaccount, boolean showAvgPrice) Method parameters in org.knowm.xchange.ftx with type arguments of type FtxPositionDtoModifier and TypeMethodDescriptionstatic OpenPositions
FtxAdapters.adaptOpenPositions
(List<FtxPositionDto> ftxPositionDtos) -
Uses of FtxPositionDto in org.knowm.xchange.ftx.dto.account
Methods in org.knowm.xchange.ftx.dto.account that return types with arguments of type FtxPositionDtoConstructor parameters in org.knowm.xchange.ftx.dto.account with type arguments of type FtxPositionDtoModifierConstructorDescriptionFtxAccountDto
(boolean backstopProvider, BigDecimal collateral, BigDecimal freeCollateral, BigDecimal initialMarginRequirement, BigDecimal leverage, boolean liquidating, BigDecimal maintenanceMarginRequirement, BigDecimal makerFee, BigDecimal marginFraction, BigDecimal openMarginFraction, BigDecimal takerFee, BigDecimal totalAccountValue, BigDecimal totalPositionSize, String username, List<FtxPositionDto> positions) -
Uses of FtxPositionDto in org.knowm.xchange.ftx.service
Methods in org.knowm.xchange.ftx.service that return types with arguments of type FtxPositionDto