Package | Description |
---|---|
com.xeiam.xchange.cointrader | |
com.xeiam.xchange.cointrader.dto.marketdata | |
com.xeiam.xchange.cointrader.dto.trade |
Modifier and Type | Method and Description |
---|---|
static Order.OrderType |
CointraderAdapters.adaptOrderType(CointraderOrder.Type orderType) |
Modifier and Type | Method and Description |
---|---|
CointraderOrder.Type |
CointraderOrderBook.Entry.getType() |
Modifier and Type | Method and Description |
---|---|
CointraderOrder.Type |
CointraderOrder.getType() |
CointraderOrder.Type |
CointraderUserTrade.getType() |
static CointraderOrder.Type |
CointraderOrder.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CointraderOrder.Type[] |
CointraderOrder.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
CointraderOrder(Long id,
Date created,
CointraderOrder.Type type,
BigDecimal quantity,
BigDecimal price,
BigDecimal total,
CurrencyPair currencyPair) |
Copyright © 2012–2016 Xeiam, LLC. All rights reserved.