Uses of Class
org.knowm.xchange.therock.dto.trade.TheRockOrder.Type
Package | Description |
---|---|
org.knowm.xchange.therock.dto.trade | |
org.knowm.xchange.therock.service |
-
Uses of TheRockOrder.Type in org.knowm.xchange.therock.dto.trade
Methods in org.knowm.xchange.therock.dto.trade that return TheRockOrder.Type Modifier and Type Method Description TheRockOrder.Type
TheRockOrder. getType()
static TheRockOrder.Type
TheRockOrder.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static TheRockOrder.Type[]
TheRockOrder.Type. 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.Type Constructor Description TheRockOrder(TheRock.Pair fundId, TheRockOrder.Side side, TheRockOrder.Type type, BigDecimal amount, BigDecimal price)
-
Uses of TheRockOrder.Type in org.knowm.xchange.therock.service
Methods in org.knowm.xchange.therock.service with parameters of type TheRockOrder.Type Modifier and Type Method Description TheRockOrder
TheRockTradeServiceRaw. placeTheRockOrder(CurrencyPair currencyPair, BigDecimal amount, BigDecimal price, TheRockOrder.Side side, TheRockOrder.Type type)