mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-08-17 12:48:11 +00:00
Changed sign key in library MtApiService: using MtApiKey.snk. Added logging into MtApiService and used ILMerge.Task to merge assemblies into one dll.
This commit is contained in:
@@ -22,6 +22,8 @@ namespace MtApi
|
||||
//Special constant
|
||||
public const int NULL = 0;
|
||||
public const int EMPTY = -1;
|
||||
|
||||
private const string LogProfileName = "MtApiClient";
|
||||
#endregion
|
||||
|
||||
#region Private Fields
|
||||
@@ -34,6 +36,8 @@ namespace MtApi
|
||||
|
||||
public MtApiClient()
|
||||
{
|
||||
LogConfigurator.Setup(LogProfileName);
|
||||
|
||||
_client.QuoteAdded += _client_QuoteAdded;
|
||||
_client.QuoteRemoved += _client_QuoteRemoved;
|
||||
_client.QuoteUpdated += _client_QuoteUpdated;
|
||||
|
||||
Reference in New Issue
Block a user