Exemplo n.º 1
0
 private void PushOneMinuteBarEvent(object sender, LiveBarArrivalEventArgs args)
 {
     if (OnLiveBarArrival != null)
     {
         OnLiveBarArrival(sender, args);
     }
 }
Exemplo n.º 2
0
 protected void LiveBar_Arrival(object sender, LiveBarArrivalEventArgs args)
 {
     //DebugLog.Log(string.Format("Bar-{0}", args.Bar.BarTime));
     PushOneMinuteBarEvent(sender, args);
 }