6 Commits

Author SHA1 Message Date
Colton Sellers e2a0873b7c Fix Lean Warnings V1 (#5408)
Cleanup all non-breaking warnings
2021-03-22 11:08:48 -07:00
Gerardo Salazar 561aa3cf25 Adds backwards compatibility for MHDB and SPDB for new SecurityTypes (#5373)
* Adds backwards compatibility for MHDB and SPDB for new SecurityTypes

* Skip invalid SecurityTypes in MHDB and SPDB

* One time log invalid SecurityTypes in MHDB/SPDB

* Moves logging of SecurityType into new extension method

  * Adds TryParseSecurityType to Extensions
2021-03-09 10:52:14 -03:00
Michael Handschuh d709d1c4e0 Update Common to respect CA1304 and CA1305
Updates all occurrences of parsing/ToString-ing to go through the new
StringExtensions methods that use CultureInfo.InvariantCulture

See #3045
2019-09-12 14:13:24 -04:00
Martin Molinero 55155a6d11 Modifying SecurityDatabaseKey Equals() and GetHashCode() to be case insensitive 2018-06-28 13:43:39 -03:00
Michael Handschuh 58a3b44462 Adds SecurityDatabaseKey tests, fixes consistency bug 2016-03-16 19:39:31 -04:00
Stefano Raggi a9407a89fe Extract and rename MarketHoursDatabase.Key class as SecurityDatabaseKey for reuse in SymbolPropertiesDatabase 2016-02-01 23:50:24 +01:00