From 7ca98c5a8b6c8faf05d58338308fb3b9ae57e827 Mon Sep 17 00:00:00 2001 From: Dave Pettypiece Date: Mon, 28 Nov 2016 13:37:41 -0500 Subject: [PATCH] added details about position close to README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 762e7e9..8ace6d2 100644 --- a/README.md +++ b/README.md @@ -175,3 +175,4 @@ in the READMEs provided in each src directory. | `src/trade/get.py` | v20-trade-get | Get all open Trades or a specific Trade in the current active Account | | `src/trade/close.py` | v20-trade-close | Close (partially or fully) a Trade in the current active Account | | `src/trade/set_client_extensions.py` | v20-trade-set-client-extensions | Set the client extensions for an open Trade in the current active Account | +| `src/position/close.py` | v20-position-close | Close a position for an instrument in the current active Account |