d5c64dee54
Adds Lean Symbol object decoder. Given a string with ticker + security ID, returns some of the security properties (market, security type, etc) Closes #2909 Some users have the Symbol string object but don't know what the ID means. This python class can be used to translate the ID. Added unit test.