Package | Description |
---|---|
com.xeiam.xchange.campbx |
Modifier and Type | Method and Description |
---|---|
static CampBX.OrderType |
CampBX.OrderType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CampBX.OrderType[] |
CampBX.OrderType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CampBXResponse |
CampBX.tradeCancel(String user,
String password,
CampBX.OrderType type,
Long orderId)
An API call to cancel an open order can be made in following format: https://CampBX.com/api/tradecancel.php POST: user=USERNAME
pass=PASSWORD Type=Buy OrderID=NUMERIC_ID OR https://CampBX.com/api/tradecancel.php POST: user=USERNAME pass=PASSWORD
Type=Sell OrderID=NUMERIC_ID Please note that the parameters for this call are case-sensitive.
|
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.