You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.
save trading account id in db table (what to save for centralized exchanges to make it account-based?)
decide if we need to save a two-way entry by swapping base/quote
save read_base_balance and read_quote_balance at the time of trades (note: this is different from the computed_base_balance since if the trade happened in a different ledger from when it was read by us we could possibly read a different balance.
The text was updated successfully, but these errors were encountered:
Follow-up from #194
Later
read_base_balance
andread_quote_balance
at the time of trades (note: this is different from thecomputed_base_balance
since if the trade happened in a different ledger from when it was read by us we could possibly read a different balance.The text was updated successfully, but these errors were encountered: