public class CMAccount extends Account
| Constructor and Description |
|---|
CMAccount(String productUrl,
String apiKey,
String secretKey,
boolean showLimitUsage,
com.binance.connector.futures.client.utils.ProxyAuth proxy) |
| Modifier and Type | Method and Description |
|---|---|
String |
accountInformation(LinkedHashMap<String,Object> parameters)
Get current account information.
|
String |
accountTradeList(LinkedHashMap<String,Object> parameters)
Get trades for a specific account and symbol.
|
String |
allOrders(LinkedHashMap<String,Object> parameters)
Get all open orders on a symbol.
|
String |
currentAllOpenOrders(LinkedHashMap<String,Object> parameters)
Get all open orders on a symbol.
|
String |
futuresAccountBalance(LinkedHashMap<String,Object> parameters)
Get Futures Account Balance
GET /v1/balance |
String |
getLeverageBracket(LinkedHashMap<String,Object> parameters)
Notional and Leverage Brackets
GET /v1/leverageBracket |
String |
getLeverageBracketForPair(LinkedHashMap<String,Object> parameters)
Notional and Leverage Brackets
GET /v1/leverageBracket |
String |
modifyOrder(LinkedHashMap<String,Object> parameters)
Order modify function, currently only LIMIT order modification is supported, modified orders will be reordered in the match queue
PUT /v1/order |
String |
orderModifyHistory(LinkedHashMap<String,Object> parameters)
Get order modification history
GET /v1/orderAmendment |
String |
positionInformation(LinkedHashMap<String,Object> parameters)
Get current position information.
|
autoCancelOpen, cancelAllOpenOrders, cancelMultipleOrders, cancelOrder, changeInitialLeverage, changeMarginType, changePositionModeTrade, getAdlQuantile, getCommissionRate, getCurrentPositionMode, getForceOrders, getIncomeHistory, getPositionMarginChangeHistory, getProductUrl, getRequestHandler, getShowLimitUsage, modifyIsolatedPositionMargin, newOrder, placeMultipleOrders, queryCurrentOpenOrder, queryOrder, setProductUrl, setRequestHandler, setShowLimitUsagepublic String modifyOrder(LinkedHashMap<String,Object> parameters)
parameters - LinkedHashedMap of String,Object pair
where String is the name of the parameter and Object is the value of the parameter
public String orderModifyHistory(LinkedHashMap<String,Object> parameters)
parameters - LinkedHashedMap of String,Object pair
where String is the name of the parameter and Object is the value of the parameter
public String currentAllOpenOrders(LinkedHashMap<String,Object> parameters)
currentAllOpenOrders in class Accountparameters - LinkedHashedMap of String,Object pair
where String is the name of the parameter and Object is the value of the parameter
public String allOrders(LinkedHashMap<String,Object> parameters)
allOrders in class Accountparameters - LinkedHashedMap of String,Object pair
where String is the name of the parameter and Object is the value of the parameter
public String futuresAccountBalance(LinkedHashMap<String,Object> parameters)
parameters - LinkedHashedMap of String,Object pair
where String is the name of the parameter and Object is the value of the parameter
public String accountInformation(LinkedHashMap<String,Object> parameters)
parameters - LinkedHashedMap of String,Object pair
where String is the name of the parameter and Object is the value of the parameter
public String positionInformation(LinkedHashMap<String,Object> parameters)
parameters - LinkedHashedMap of String,Object pair
where String is the name of the parameter and Object is the value of the parameter
public String accountTradeList(LinkedHashMap<String,Object> parameters)
accountTradeList in class Accountparameters - LinkedHashedMap of String,Object pair
where String is the name of the parameter and Object is the value of the parameter
public String getLeverageBracket(LinkedHashMap<String,Object> parameters)
getLeverageBracket in class Accountparameters - LinkedHashedMap of String,Object pair
where String is the name of the parameter and Object is the value of the parameter
public String getLeverageBracketForPair(LinkedHashMap<String,Object> parameters)
parameters - LinkedHashedMap of String,Object pair
where String is the name of the parameter and Object is the value of the parameter
Copyright © 2024. All rights reserved.