We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d29da1 commit cd9bcbaCopy full SHA for cd9bcba
src/PoloniexAPITrading.php
@@ -186,10 +186,10 @@ public function returnOrderTrades($orderNumber) {
186
* Returns the status of a given order, specified by the "orderNumber" POST
187
* parameter. If the specified orderNumber is not open, or it is not yours,
188
* you will receive an error.
189
- *
+ *
190
* Note that returnOrderStatus, in concert with returnOrderTrades, can be
191
* used to determine various status information about an order:
192
193
* - If returnOrderStatus returns status: "Open", the order is fully open.
194
* - If returnOrderStatus returns status: "Partially filled", the order is
195
* partially filled, and returnOrderTrades may be used to find the list
0 commit comments