Package | Description |
---|---|
com.xeiam.xchange.therock | |
com.xeiam.xchange.therock.dto.trade | |
com.xeiam.xchange.therock.service.polling |
Modifier and Type | Method and Description |
---|---|
static TheRockOrder.Side |
TheRockAdapters.adaptSide(Order.OrderType type) |
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
TheRockOrder(TheRock.Pair fundId,
TheRockOrder.Side side,
TheRockOrder.Type type,
BigDecimal amount,
BigDecimal price) |
Modifier and Type | Method and Description |
---|---|
TheRockOrder |
TheRockTradeServiceRaw.placeOrder(CurrencyPair currencyPair,
BigDecimal amount,
BigDecimal price,
TheRockOrder.Side side,
TheRockOrder.Type type) |
Copyright © 2012–2018 Xeiam, LLC. All rights reserved.