Skip to content

Commit 3b8dc47

Browse files
committed
chore: updates doc of create ws order list
1 parent a84d1c0 commit 3b8dc47

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/main/java/com/cryptomarket/sdk/websocket/CryptomarketWSSpotTradingClient.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public void subscribeToReports(BiConsumer<List<Report>, NotificationType> notifi
6161
* notifications are updates of the user orders
6262
* <p>
6363
* https://api.exchange.cryptomkt.com/#subscribe-to-spot-balances
64-
*
64+
*
6565
* @param mode Optional. SubscriptionMode.UPDATES to recieve a
6666
* notification on each balance update, and
6767
* SubscriptionMode.BATCHES to recieve
@@ -80,7 +80,7 @@ public void subscribeToSpotBalances(@Nullable SubscriptionMode mode,
8080
* stop recieving the balance feed subscription
8181
* <p>
8282
* https://api.exchange.cryptomkt.com/#subscribe-to-spot-balances
83-
*
83+
*
8484
* @param resultBiConsumer Optional. recieves true if the unsubscription is
8585
* successfull, and a CryptomarketSDKException if
8686
* there was a problem (or null if there was none)
@@ -175,6 +175,8 @@ public void createSpotOrder(
175175
/**
176176
* creates a list of spot orders
177177
* <p>
178+
* <b>calls the report consumer once per order in list</b>
179+
* <p>
178180
* <b>Types or contingency:</b>
179181
* <ul>
180182
* <li>ContingencyType.ALL_OR_NONE (AON)

0 commit comments

Comments
 (0)