Package | Description |
---|---|
com.xeiam.xchange.therock.dto.trade | |
com.xeiam.xchange.therock.service.polling |
Modifier and Type | Method and 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.
|
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–2017 Xeiam, LLC. All rights reserved.