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
The current Hash implementation only hashes Instrument::symbol, which is good that we can use &str to query a Instrument in a hash map. But there are cases that different instruments sharing the same symbol, we should be able to support them.
The text was updated successfully, but these errors were encountered:
The current
Hash
implementation only hashesInstrument::symbol
, which is good that we can use&str
to query aInstrument
in a hash map. But there are cases that different instruments sharing the same symbol, we should be able to support them.The text was updated successfully, but these errors were encountered: