protected void HandleSecurityDepthChanged(SecurityDepthEventArgs secDepth)
 {
     if (OnSecurityDepthChanged != null)
     {
         OnSecurityDepthChanged(secDepth);
     }
 }
        private void dataProvider_OnSecurityDepthChanged(SecurityDepthEventArgs arg)
        {
            //SecurityDepth secDepth = arg.SecurityDepth;

            //if (DistOption.DistributeSecurityDepth)
            //{
            //    DistStreamQueue.Enqueue(() =>
            //    {
            //        //Broadcaster.BroadCastQuoteDepth(secDepth);//TODO bunucuda scs ile gonder
            //    });

            //}
        }