Ejemplo n.º 1
0
 /// <summary>
 /// Called when the selected exchange changes
 /// </summary>
 /// <param name="market"></param>
 private void OnExchangeSelected(ExchangeSelected message)
 {
     if (message.SelectorType == SelectorType.Main)
     {
         _proxy = ExchangeProxyFactory.GetProxy(message.InternalCode);
     }
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Called when the main screen's exchange changes
 /// </summary>
 /// <param name="message"></param>
 private void OnExchangeSelected(ExchangeSelected message)
 {
     if (message.SelectorType == SelectorType.Main)
     {
         _proxy = ExchangeProxyFactory.GetProxy(message.InternalCode);
     }
 }