Uses of Class
org.knowm.xchange.therock.dto.trade.TheRockOrder
Packages that use TheRockOrder
Package
Description
-
Uses of TheRockOrder in org.knowm.xchange.therock
Methods in org.knowm.xchange.therock that return TheRockOrderModifier and TypeMethodDescriptionTheRockAuthenticated.cancelOrder(TheRock.Pair currencyPair, Long orderId, String publicKey, TheRockDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonceFactory) TheRockAuthenticated.placeOrder(TheRock.Pair currencyPair, String publicKey, TheRockDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonceFactory, TheRockOrder order) TheRockAuthenticatedV0.placeOrder(String publicKey, TheRockDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonceFactory, TheRockOrder order) 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 TheRockOrderModifier and TypeMethodDescriptionstatic LimitOrderTheRockAdapters.adaptOrder(TheRockOrder order) static Order.OrderStatusTheRockAdapters.adaptOrderStatus(TheRockOrder order) The status from theTheRockobject converted to xchange status By the API documentation available order states are the follow: (active|conditional|executed|deleted)TheRockAuthenticated.placeOrder(TheRock.Pair currencyPair, String publicKey, TheRockDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonceFactory, TheRockOrder order) 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 TheRockOrderConstructors in org.knowm.xchange.therock.dto.trade with parameters of type TheRockOrder -
Uses of TheRockOrder in org.knowm.xchange.therock.service
Methods in org.knowm.xchange.therock.service that return TheRockOrderModifier and TypeMethodDescriptionTheRockTradeServiceRaw.cancelTheRockOrder(CurrencyPair currencyPair, Long orderId) TheRockTradeServiceRaw.placeTheRockOrder(CurrencyPair currencyPair, BigDecimal amount, BigDecimal price, TheRockOrder.Side side, TheRockOrder.Type type) TheRockTradeServiceRaw.placeTheRockOrder(CurrencyPair currencyPair, TheRockOrder order) TheRockTradeServiceRaw.showTheRockOrder(CurrencyPair currencyPair, Long orderId) Methods in org.knowm.xchange.therock.service with parameters of type TheRockOrderModifier and TypeMethodDescriptionTheRockTradeServiceRaw.placeTheRockOrder(CurrencyPair currencyPair, TheRockOrder order)