Uses of Class
org.knowm.xchange.therock.dto.trade.TheRockOrder.Side
Package | Description |
---|---|
org.knowm.xchange.therock | |
org.knowm.xchange.therock.dto.trade | |
org.knowm.xchange.therock.service |
-
Uses of TheRockOrder.Side in org.knowm.xchange.therock
Methods in org.knowm.xchange.therock that return TheRockOrder.Side Modifier and Type Method Description static TheRockOrder.Side
TheRockAdapters. adaptSide(Order.OrderType type)
Methods in org.knowm.xchange.therock with parameters of type TheRockOrder.Side Modifier and Type Method Description static Order.OrderType
TheRockAdapters. adaptOrderType(TheRockOrder.Side orderSide)
TheRockOrders
TheRockAuthenticated. orders(TheRock.Pair currencyPair, String publicKey, TheRockDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonceFactory, Date after, Date before, String status, TheRockOrder.Side side, Long positionId, int page)
-
Uses of TheRockOrder.Side in org.knowm.xchange.therock.dto.trade
Methods in org.knowm.xchange.therock.dto.trade that return TheRockOrder.Side Modifier and Type Method Description TheRockOrder.Side
TheRockOrder. getSide()
static TheRockOrder.Side
TheRockOrder.Side. valueOf(String name)
Returns the enum constant of this type with the specified name.static TheRockOrder.Side[]
TheRockOrder.Side. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.knowm.xchange.therock.dto.trade with parameters of type TheRockOrder.Side Constructor Description TheRockOrder(TheRock.Pair fundId, TheRockOrder.Side side, TheRockOrder.Type type, BigDecimal amount, BigDecimal price)
-
Uses of TheRockOrder.Side in org.knowm.xchange.therock.service
Methods in org.knowm.xchange.therock.service with parameters of type TheRockOrder.Side Modifier and Type Method Description TheRockOrders
TheRockTradeServiceRaw. getTheRockOrders(CurrencyPair currencyPair, Date after, Date before, String status, TheRockOrder.Side side, Long positionId, int page)
TheRockOrder
TheRockTradeServiceRaw. placeTheRockOrder(CurrencyPair currencyPair, BigDecimal amount, BigDecimal price, TheRockOrder.Side side, TheRockOrder.Type type)