Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Voyz committed May 18, 2024
1 parent 27336e2 commit cdf3c9f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
Binary file added dist/ibind-0.1.1-py3-none-any.whl
Binary file not shown.
Binary file added dist/ibind-0.1.1.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "ibind"
version = "0.1.0"
version = "0.1.1"
authors = [
{ name="Voy Zan", email="[email protected]" },
]
Expand Down
4 changes: 4 additions & 0 deletions test/e2e/test_ibkr_client_e.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,7 @@ def test_get_stocks(self):
self.assertEqual(result.data, ibkr_responses.responses['stocks'])


def test_live_marketdata_snapshot(self):
self.client.receive_brokerage_accounts()
result = self.client.live_marketdata_snapshot('265598', ['55'])
print(result)

0 comments on commit cdf3c9f

Please sign in to comment.