Add instruments to account readout
This commit is contained in:
parent
1fc969177d
commit
27de8090de
|
@ -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):
|
||||||
|
|
Loading…
Reference in New Issue