Exemplo n.º 1
0
 private void BuildListener_STREAMINGCLIENTACCOUNT_DataAdapterSet()
 {
     LogToScreen("building listener on CITYINDEXCLIENTACCOUNT data adapter");
     _clientAccountMarginsListener = StreamingClient.BuildClientAccountMarginListener();
     _clientAccountMarginsListener.MessageReceived += ClientAccountMarginsListenerMessageReceived;
     Dispatcher.BeginInvoke(() => statusUpdatesListBox.Items.Add("listener on CITYINDEXCLIENTACCOUNT built"));
 }