Example #1
0
 /// <summary>
 /// Reinitialises the proxy if the user changes the API authentication settings for this proxy
 /// </summary>
 /// <param name="m"></param>
 private void OnSecuredDataChanged(SecuredDataChanged m)
 {
     if (m.DataKey == _selectedPair.Exchange.InternalCode)
     {
         _proxy = ExchangeProxyFactory.GetProxy(m.DataKey);
     }
 }
Example #2
0
 /// <summary>
 /// Reinitialises the proxy if the user changes the API authentication settings for this proxy
 /// </summary>
 /// <param name="m"></param>
 private void OnSecuredDataChanged(SecuredDataChanged m)
 {
     if (m.DataKey == _selectedPair.Exchange.InternalCode)
     {
         _proxy = ExchangeProxyFactory.GetProxy(m.DataKey);
     }
 }