Commit Graph

10 Commits

Author SHA1 Message Date
Michael Handschuh 8ffeafae51 Adds SymbolCache.TryRemove methods 2016-04-07 14:18:10 -04:00
snugs 8a2c24f8a6 Update SymbolCache to check for SID string on resolution 2015-11-24 18:25:46 -05:00
snugs 87b0b4b064 Adds SymbolCache.Clear 2015-11-23 13:11:23 -05:00
snugs 1c3bfd6a4d Change error message in SymbolCache
Also fixes typo in doc
2015-11-19 19:12:48 -05:00
snugs 9e660ffcbe Remove usages of Symbol implicits from non-algorithm projects 2015-11-18 18:15:31 -05:00
snugs a38373ed29 Adds SymbolCache.TryGetSymbol and TryGetTicker 2015-11-18 12:55:50 -05:00
snugs 18edd22e68 Rename SymbolCache.Get to SymbolCache.GetSymbol 2015-11-18 12:55:49 -05:00
snugs 9f7e1964ff Make Symbol implicit operators inverse operations
Having a symbol implicit to string and then string to symbol must be
inverse operations, consider the case we pass Symbol data.Symbol to a
method expecting a string, and then that same method invokes another
method expecting a Symbol, we'll need it to resolve back to the original
symbol.
2015-11-18 12:55:48 -05:00
snugs 5ed2bc2ac1 Backwards compatible Symbol json
Rename SymbolCache.Add to SymbolCache.Set as well
2015-11-16 13:44:09 -05:00
snugs 8f9a228e0c Remove usages of Symbol implicits from engine
Breaks SymbolCache into its own file
2015-11-12 13:55:43 -05:00