Package | Description |
---|---|
com.xeiam.xchange.cexio | |
com.xeiam.xchange.cexio.dto.trade |
Modifier and Type | Method and Description |
---|---|
CexIOOrder |
CexIOAuthenticated.placeOrder(String tradeableIdentifier,
String currency,
String apiKey,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
CexIOOrder.Type type,
BigDecimal price,
BigDecimal amount) |
Modifier and Type | Method and Description |
---|---|
CexIOOrder.Type |
CexIOOrder.getType() |
static CexIOOrder.Type |
CexIOOrder.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CexIOOrder.Type[] |
CexIOOrder.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
CexIOOrder(long id,
long time,
CexIOOrder.Type type,
BigDecimal price,
BigDecimal amount,
BigDecimal pending,
String errorMessage)
Constructor
|
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.