예제 #1
0
        private void newMatchResponsesNotification(MatchResponse matchResponse)
        {
            //send push Notification using socket;
            WC_MatchTicker.PushTicker(matchResponse.Pair, matchResponse);

            //ME_Gateway.Instance.MatchResponseQueue.Add(matchResponse);
        }
예제 #2
0
 public WC_MatchTicker()
 {
     Instance = this;
 }