Add instruments to account readout
This commit is contained in:
parent
1fc969177d
commit
27de8090de
|
@ -30,7 +30,7 @@ class AccountInfo(LoginRequiredMixin, OTPRequiredMixin, ObjectRead):
|
|||
"sandbox",
|
||||
"supported_symbols",
|
||||
"initial_balance",
|
||||
# "instruments",
|
||||
"instruments",
|
||||
]
|
||||
|
||||
def get_object(self, **kwargs):
|
||||
|
|
Loading…
Reference in New Issue