public class WebSocketApiAccount extends Object implements WebSocketApiModule
Constructor and Description |
---|
WebSocketApiAccount(com.binance.connector.client.utils.websocketapi.WebSocketApiRequestHandler handler) |
Modifier and Type | Method and Description |
---|---|
void |
accountAllocations(String symbol,
org.json.JSONObject parameters)
Retrieves allocations resulting from SOR order placement.
|
void |
accountAllOcoOrders(org.json.JSONObject parameters)
Query information about all your OCOs, filtered by time range.
If startTime and/or endTime are specified, fromId is ignored. |
void |
accountAllOrders(String symbol,
org.json.JSONObject parameters)
Query information about all your orders – active, canceled, filled – filtered by time range.
If startTime and/or endTime are specified, orderId is ignored. |
void |
accountCommissionRates(String symbol,
org.json.JSONObject parameters)
Get current account commission rates.
|
void |
accountPreventedMatches(String symbol,
org.json.JSONObject parameters)
Displays the list of orders that were expired because of STP trigger.
|
void |
accountRateLimitsOrders(org.json.JSONObject parameters)
Query your current order rate limit.
|
void |
accountStatus(org.json.JSONObject parameters)
Query account information.
|
void |
accountTradeHistory(String symbol,
org.json.JSONObject parameters)
Query information about all your trades, filtered by time range.
|
public WebSocketApiAccount(com.binance.connector.client.utils.websocketapi.WebSocketApiRequestHandler handler)
public void accountStatus(org.json.JSONObject parameters)
parameters
- JSONObject composed by key-value pairs:
public void accountRateLimitsOrders(org.json.JSONObject parameters)
parameters
- JSONObject composed by key-value pairs:
public void accountAllOrders(String symbol, org.json.JSONObject parameters)
symbol
- Stringparameters
- JSONObject composed by key-value pairs:
public void accountAllOcoOrders(org.json.JSONObject parameters)
parameters
- JSONObject composed by key-value pairs:
public void accountTradeHistory(String symbol, org.json.JSONObject parameters)
symbol
- Stringparameters
- JSONObject composed by key-value pairs:
public void accountPreventedMatches(String symbol, org.json.JSONObject parameters)
symbol
- Stringparameters
- JSONObject composed by key-value pairs:
public void accountAllocations(String symbol, org.json.JSONObject parameters)
symbol
- Stringparameters
- JSONObject composed by key-value pairs:
public void accountCommissionRates(String symbol, org.json.JSONObject parameters)
symbol
- Stringparameters
- JSONObject composed by key-value pairs:
Copyright © 2023. All rights reserved.