We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61b1148 commit e0fe449Copy full SHA for e0fe449
lmax_python_sdk/client.py
@@ -25,9 +25,6 @@ class LMAXClient:
25
secret: typing.Optional[str]
26
base_url: BaseURLLiteral
27
token: str
28
- instruments: typing.List[dict]
29
- symbols: typing.List[str]
30
- instrument_ids: typing.List[str]
31
last_request_time: float
32
33
def __init__(
@@ -40,8 +37,6 @@ def __init__(
40
37
):
41
38
"""Initialise the LMAXClient object. This will authenticate the client and store the token as an attribute.
42
39
43
- Also store the instruments and their symbols as attributes.
44
-
45
Args:
46
client_key_id (str): LMAX API key
47
secret (str): LMAX API secret
0 commit comments