Return account name in next order info

fsp_feeds
Tyler Goodlet 2021-09-09 10:33:52 -04:00
parent c53b8ec43c
commit 15aba154f2
1 changed files with 4 additions and 1 deletions

View File

@ -224,6 +224,9 @@ class Allocator(BaseModel):
# TODO: incorporate multipliers for relevant derivatives
'fiat_size': round(order_size * price, ndigits=2),
'slots_used': slots_used,
# update line LHS label with account name
'account': self.account_name(),
}
def slots_used(