diff options
| author | Dan Rostovtsev <dan@rostovtsev.org> | 2026-04-06 15:48:14 -0400 |
|---|---|---|
| committer | Dan Rostovtsev <dan@rostovtsev.org> | 2026-04-06 15:48:14 -0400 |
| commit | 0716a22d1fab76a18606ec031d33914ccbc56633 (patch) | |
| tree | d63cc7ee4fd73bac935a776d09dc0ec78c8335e2 /test/snapshot-response.json | |
| parent | 2c6cf786c151118232533a6cfbc769ce1514aa9e (diff) | |
* doc/ibkr.org: Docs for using the IBKR API.
* manifest.scm: Guix Manifest of all project dependencies.
* scripts/run-gateway.bash: A script for building and deploying the
IBKR Client Gateway.
* src/ibkr/api.scm: Support for specific endpoints, and generic tools
for using the IBKR API.
* src/ibkr/types.scm: Basic types for the IBKR endpoints. Orders,
positions, securities, etc.
* test/*.json: IBKR response and request examples for testing.
* test/api.scm: Response handling and endpoint construction.
* test/types.scm: Tests JSON parsing of IBKR requests and responses.
Diffstat (limited to 'test/snapshot-response.json')
| -rw-r--r-- | test/snapshot-response.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test/snapshot-response.json b/test/snapshot-response.json new file mode 100644 index 0000000..4adf0cb --- /dev/null +++ b/test/snapshot-response.json @@ -0,0 +1,13 @@ +[ + { + "_updated": 1702334859712, + "conidEx": "265598", + "conid": 265598, + "server_id": "q1", + "6119": "serverId", + "31": "193.18", + "84": "193.06", + "86":"193.14", + "6509": "RpB" + } +] |
