Skip to content

Commit

Permalink
Add timeInForce attribute FOK (ViewBlock#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yserz authored and balthazar committed May 18, 2018
1 parent b91fc86 commit bd703a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ console.log(await client.order({
|type|String|false|`LIMIT`|`LIMIT`, `MARKET`|
|quantity|Number|true|
|price|Number|true||Optional for `MARKET` orders|
|timeInForce|String|false|`GTC`|`GTC`, `IOC`|
|timeInForce|String|false|`GTC`|`FOK`, `GTC`, `IOC`|
|newClientOrderId|String|false||A unique id for the order. Automatically generated if not sent.|
|stopPrice|Number|false||Used with stop orders|
|newOrderRespType|String|false|`RESULT`|Returns more complete info of the order. `ACK`, `RESULT`, or `FULL`|
Expand Down

0 comments on commit bd703a1

Please sign in to comment.