Uses of Class
org.knowm.xchange.therock.dto.trade.TheRockOrder
Package | Description |
---|---|
org.knowm.xchange.therock | |
org.knowm.xchange.therock.dto.trade | |
org.knowm.xchange.therock.service |
-
Uses of TheRockOrder in org.knowm.xchange.therock
Methods in org.knowm.xchange.therock that return TheRockOrder Modifier and Type Method Description TheRockOrder
TheRockAuthenticated. cancelOrder(TheRock.Pair currencyPair, Long orderId, String publicKey, TheRockDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonceFactory)
TheRockOrder
TheRockAuthenticated. placeOrder(TheRock.Pair currencyPair, String publicKey, TheRockDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonceFactory, TheRockOrder order)
TheRockOrder
TheRockAuthenticatedV0. placeOrder(String publicKey, TheRockDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonceFactory, TheRockOrder order)
TheRockOrder
TheRockAuthenticated. showOrder(TheRock.Pair currencyPair, Long orderId, String publicKey, TheRockDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonceFactory)
Methods in org.knowm.xchange.therock with parameters of type TheRockOrder Modifier and Type Method Description static LimitOrder
TheRockAdapters. adaptOrder(TheRockOrder order)
static Order.OrderStatus
TheRockAdapters. adaptOrderStatus(TheRockOrder order)
The status from theTheRock
object converted to xchange status By the API documentation available order states are the follow: (active|conditional|executed|deleted)TheRockOrder
TheRockAuthenticated. placeOrder(TheRock.Pair currencyPair, String publicKey, TheRockDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonceFactory, TheRockOrder order)
TheRockOrder
TheRockAuthenticatedV0. placeOrder(String publicKey, TheRockDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonceFactory, TheRockOrder order)
-
Uses of TheRockOrder in org.knowm.xchange.therock.dto.trade
Methods in org.knowm.xchange.therock.dto.trade that return TheRockOrder Modifier and Type Method Description TheRockOrder[]
TheRockOrders. getOrders()
Constructors in org.knowm.xchange.therock.dto.trade with parameters of type TheRockOrder Constructor Description TheRockOrders(TheRockOrder[] orders)
-
Uses of TheRockOrder in org.knowm.xchange.therock.service
Methods in org.knowm.xchange.therock.service that return TheRockOrder Modifier and Type Method Description TheRockOrder
TheRockTradeServiceRaw. cancelTheRockOrder(CurrencyPair currencyPair, Long orderId)
TheRockOrder
TheRockTradeServiceRaw. placeTheRockOrder(CurrencyPair currencyPair, BigDecimal amount, BigDecimal price, TheRockOrder.Side side, TheRockOrder.Type type)
TheRockOrder
TheRockTradeServiceRaw. placeTheRockOrder(CurrencyPair currencyPair, TheRockOrder order)
TheRockOrder
TheRockTradeServiceRaw. showTheRockOrder(CurrencyPair currencyPair, Long orderId)
Methods in org.knowm.xchange.therock.service with parameters of type TheRockOrder Modifier and Type Method Description TheRockOrder
TheRockTradeServiceRaw. placeTheRockOrder(CurrencyPair currencyPair, TheRockOrder order)