piker/piker/accounting
Tyler Goodlet 2142c13228 Generalize `MktPair.from_msg()` handling
Accept a msg with any of:
- `.src: Asset` and `.dst: Asset`
- `.src: str` and `.dst: str`
- `.src: Asset` and `.dst: str`

but not the final combo tho XD
Also, fix `.key` to properly cast any `.src: Asset` to string!
2023-04-14 15:58:53 -04:00
..
__init__.py Handle read and write of `pps.toml` using `MktPair` 2023-04-14 15:57:17 -04:00
_ledger.py Handle read and write of `pps.toml` using `MktPair` 2023-04-14 15:57:17 -04:00
_mktinfo.py Generalize `MktPair.from_msg()` handling 2023-04-14 15:58:53 -04:00
_pos.py Move toml table decoder to separate mod 2023-04-14 15:58:53 -04:00
_toml.py Move toml table decoder to separate mod 2023-04-14 15:58:53 -04:00