Skip to content

Commit e0fe449

Browse files
committed
Remove unused attributes from LMAXClient class
1 parent 61b1148 commit e0fe449

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lmax_python_sdk/client.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ class LMAXClient:
2525
secret: typing.Optional[str]
2626
base_url: BaseURLLiteral
2727
token: str
28-
instruments: typing.List[dict]
29-
symbols: typing.List[str]
30-
instrument_ids: typing.List[str]
3128
last_request_time: float
3229

3330
def __init__(
@@ -40,8 +37,6 @@ def __init__(
4037
):
4138
"""Initialise the LMAXClient object. This will authenticate the client and store the token as an attribute.
4239
43-
Also store the instruments and their symbols as attributes.
44-
4540
Args:
4641
client_key_id (str): LMAX API key
4742
secret (str): LMAX API secret

0 commit comments

Comments
 (0)