Skip to content

Commit 014c086

Browse files
committed
3.2.0
1 parent a628a07 commit 014c086

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/main/java/com/binance/connector/client/impl/WebSocketApiModuleFactory.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ private static WebSocketApiModule obtainModule(WebSocketApiModule module, Module
3939
* Build WebSocketApiModule for the given WebSocket API category if it does not exist yet.
4040
* Otherwise, return the existing one.
4141
*
42-
* @param category
43-
* @param requestHandler
42+
* @param category WebSocket API Category
43+
* @param requestHandler WebSocketApiRequestHandler
4444
* @return WebSocketApiModule
4545
*/
4646
public static WebSocketApiModule build(Category category, WebSocketApiRequestHandler requestHandler) {

src/main/java/com/binance/connector/client/impl/spot/Margin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1066,7 +1066,7 @@ public String availableInventory(Map<String, Object> parameters) {
10661066
* type -- optional/string -- MARGIN, ISOLATED <br>
10671067
* startTime -- optional/long -- Only supports querying the data of the last 90 days <br>
10681068
* endTime -- optional/long -- UTC timestamp in ms <br>
1069-
* fromId -- optional/long -- If fromId is set, the data with "id" > "fromId" will be returned. Otherwise the latest data will be returned <br>
1069+
* fromId -- optional/long -- If fromId is set, the data with "id" above "fromId" will be returned. Otherwise the latest data will be returned <br>
10701070
* limit -- optional/long -- The number of data items returned each time is limited. Default 500; Max 1000. <br>
10711071
* recvWindow -- optional/long -- The value cannot be greater than 60000 <br>
10721072
* @return String

0 commit comments

Comments
 (0)