Uses of Class
org.knowm.xchange.cexio.dto.trade.CexioPosition
Package | Description |
---|---|
org.knowm.xchange.cexio | |
org.knowm.xchange.cexio.dto.trade | |
org.knowm.xchange.cexio.service |
-
Uses of CexioPosition in org.knowm.xchange.cexio
Methods in org.knowm.xchange.cexio with parameters of type CexioPosition Modifier and Type Method Description static Order.OrderStatus
CexIOAdapters. adaptPositionStatus(CexioPosition cexioPosition)
CexIO position status is not documented, testing API we can infer that they are similar to order statusCexIOAdapters.adaptOrderStatus(CexIOOpenOrder)
-
Uses of CexioPosition in org.knowm.xchange.cexio.dto.trade
Methods in org.knowm.xchange.cexio.dto.trade that return CexioPosition Modifier and Type Method Description CexioPosition
CexioPositionResponse. getPosition()
Methods in org.knowm.xchange.cexio.dto.trade that return types with arguments of type CexioPosition Modifier and Type Method Description List<CexioPosition>
CexioOpenPositionsResponse. getPositions()
Methods in org.knowm.xchange.cexio.dto.trade with parameters of type CexioPosition Modifier and Type Method Description void
CexioPositionResponse. setPosition(CexioPosition position)
Method parameters in org.knowm.xchange.cexio.dto.trade with type arguments of type CexioPosition Modifier and Type Method Description void
CexioOpenPositionsResponse. setPositions(List<CexioPosition> positions)
-
Uses of CexioPosition in org.knowm.xchange.cexio.service
Methods in org.knowm.xchange.cexio.service that return CexioPosition Modifier and Type Method Description CexioPosition
CexIOTradeServiceRaw. getPosition(String positionId)
Methods in org.knowm.xchange.cexio.service that return types with arguments of type CexioPosition Modifier and Type Method Description List<CexioPosition>
CexIOTradeServiceRaw. getOpenPositions(CurrencyPair currencyPair)