Return account name in next order info
parent
c53b8ec43c
commit
15aba154f2
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue