Package | Description |
---|---|
com.xeiam.xchange.btce.v3 | |
com.xeiam.xchange.btce.v3.dto.trade |
Modifier and Type | Method and Description |
---|---|
BTCEPlaceOrderReturn |
BTCEAuthenticated.Trade(String apiKey,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
String pair,
BTCEOrder.Type type,
BigDecimal rate,
BigDecimal amount)
All parameters are obligatory (ie.
|
Modifier and Type | Method and Description |
---|---|
BTCEOrder.Type |
BTCEOrder.getType() |
static BTCEOrder.Type |
BTCEOrder.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BTCEOrder.Type[] |
BTCEOrder.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
BTCEOrder(int status,
Long timestampCreated,
BigDecimal rate,
BigDecimal amount,
BTCEOrder.Type type,
String pair)
Constructor
|
Copyright © 2012–2016 Xeiam, LLC. All rights reserved.