Skip to content

Commit

Permalink
3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aisling-2 committed Dec 22, 2023
1 parent a628a07 commit 014c086
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ private static WebSocketApiModule obtainModule(WebSocketApiModule module, Module
* Build WebSocketApiModule for the given WebSocket API category if it does not exist yet.
* Otherwise, return the existing one.
*
* @param category
* @param requestHandler
* @param category WebSocket API Category
* @param requestHandler WebSocketApiRequestHandler
* @return WebSocketApiModule
*/
public static WebSocketApiModule build(Category category, WebSocketApiRequestHandler requestHandler) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1066,7 +1066,7 @@ public String availableInventory(Map<String, Object> parameters) {
* type -- optional/string -- MARGIN, ISOLATED <br>
* startTime -- optional/long -- Only supports querying the data of the last 90 days <br>
* endTime -- optional/long -- UTC timestamp in ms <br>
* fromId -- optional/long -- If fromId is set, the data with "id" > "fromId" will be returned. Otherwise the latest data will be returned <br>
* fromId -- optional/long -- If fromId is set, the data with "id" above "fromId" will be returned. Otherwise the latest data will be returned <br>
* limit -- optional/long -- The number of data items returned each time is limited. Default 500; Max 1000. <br>
* recvWindow -- optional/long -- The value cannot be greater than 60000 <br>
* @return String
Expand Down

0 comments on commit 014c086

Please sign in to comment.