Add instruments to account readout

This commit is contained in:
2023-02-14 07:20:47 +00:00
parent 1fc969177d
commit 27de8090de

View File

@@ -30,7 +30,7 @@ class AccountInfo(LoginRequiredMixin, OTPRequiredMixin, ObjectRead):
"sandbox", "sandbox",
"supported_symbols", "supported_symbols",
"initial_balance", "initial_balance",
# "instruments", "instruments",
] ]
def get_object(self, **kwargs): def get_object(self, **kwargs):