Skip to content

Commit 475c98b

Browse files
author
T. Ismael Verdugo
committed
docs: improve docs
1 parent 42f6acb commit 475c98b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cryptomarket/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,7 @@ def replace_spot_order(
763763
:param new client order id: client order id for the new order
764764
:param quantity: Order quantity
765765
:param price: Required if order type is 'limit', 'stopLimit', or 'takeProfitLimit'. Order price
766-
:param stop price: Required if order type is 'stopLimit', 'stopMarket', 'takeProfitLimit', or 'takeProfitMarket'. Order price
766+
:param stop price: Required if order type is 'stopLimit', 'stopMarket', 'takeProfitLimit', or 'takeProfitMarket'. Order stop price
767767
:param strict validate: Price and quantity will be checked for incrementation within the symbol’s tick size and quantity step. See the symbol's tick_size and quantity_increment
768768
769769
:return: The new spot order

cryptomarket/websockets/trading_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ def replace_spot_order(
347347
:param new_client_order_id: the new client order id for the modified order. must be unique within the trading day
348348
:param quantity: new order quantity
349349
:param price: new order price
350-
:param stop price: Required if order type is 'stopLimit', 'stopMarket', 'takeProfitLimit', or 'takeProfitMarket'. Order price
350+
:param stop price: Required if order type is 'stopLimit', 'stopMarket', 'takeProfitLimit', or 'takeProfitMarket'. Order stop price
351351
:param strict_validate: price and quantity will be checked for the incrementation with tick size and quantity step. See symbol's tick_size and quantity_increment
352352
:param callback: A callable of two arguments, takes either a CryptomarketAPIException, or a report of the new version of the order
353353
"""

0 commit comments

Comments
 (0)