Package | Description |
---|---|
com.xeiam.xchange.campbx |
Modifier and Type | Method and Description |
---|---|
static CampBX.AdvTradeMode |
CampBX.AdvTradeMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CampBX.AdvTradeMode[] |
CampBX.AdvTradeMode.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.tradeAdvancedEnter(String user,
String password,
CampBX.AdvTradeMode mode,
BigDecimal quantity,
BigDecimal price,
CampBX.FillType fillType,
CampBX.DarkPool darkPool,
String expiry)
An API call to place an advanced order can be made in following format:
|
CampBXResponse |
CampBX.tradeAdvancedMarketEnter(String user,
String password,
CampBX.AdvTradeMode mode,
BigDecimal quantity,
CampBX.MarketPrice market,
CampBX.FillType fillType,
CampBX.DarkPool darkPool,
String expiry) |
Copyright © 2012–2016 Xeiam, LLC. All rights reserved.