Uses of Class
org.knowm.xchange.bitmex.dto.trade.BitmexPrivateExecution
Packages that use BitmexPrivateExecution
-
Uses of BitmexPrivateExecution in org.knowm.xchange.bitmex
Methods in org.knowm.xchange.bitmex that return types with arguments of type BitmexPrivateExecutionModifier and TypeMethodDescriptionBitmexAuthenticated.getExecutions
(String apiKey, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, si.mazi.rescu.ParamsDigest paramsDigest, String symbol, String filter, String columns, Integer count, Long start, Boolean reverse, Date startTime, Date endTime) Get all raw executions for your account.BitmexAuthenticated.getTradeHistory
(String apiKey, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, si.mazi.rescu.ParamsDigest paramsDigest, String symbol, String filter, String columns, Integer count, Long start, Boolean reverse, Date startTime, Date endTime) Get all balance-affecting executions.Methods in org.knowm.xchange.bitmex with parameters of type BitmexPrivateExecutionModifier and TypeMethodDescriptionstatic UserTrade
BitmexAdapters.adoptUserTrade
(BitmexPrivateExecution exec) -
Uses of BitmexPrivateExecution in org.knowm.xchange.bitmex.service
Methods in org.knowm.xchange.bitmex.service that return types with arguments of type BitmexPrivateExecutionModifier and TypeMethodDescriptionBitmexTradeServiceRaw.getExecutions
(String symbol, String filter, String columns, Integer count, Long start, Boolean reverse, Date startTime, Date endTime) BitmexTradeServiceRaw.getTradeHistory
(String symbol, String filter, String columns, Integer count, Long start, Boolean reverse, Date startTime, Date endTime)