@ultrade/ultrade-js-sdk 2.0.5 → 2.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -778,7 +778,7 @@ for (let i = 0; i < history.t.length; i++) {
|
|
|
778
778
|
|
|
779
779
|
## Trading
|
|
780
780
|
|
|
781
|
-
###
|
|
781
|
+
### createSpotOrder
|
|
782
782
|
|
|
783
783
|
Place a new order.
|
|
784
784
|
|
|
@@ -817,7 +817,7 @@ Place a new order.
|
|
|
817
817
|
**Example:**
|
|
818
818
|
|
|
819
819
|
```typescript
|
|
820
|
-
const order = await client.
|
|
820
|
+
const order = await client.createSpotOrder({
|
|
821
821
|
pairId: 1,
|
|
822
822
|
companyId: 1,
|
|
823
823
|
orderSide: 'B',
|