Ejemplo n.º 1
0
        private void StopMonitor()
        {
            myIsMonitorStarted = false;

            // Stop engine
            myPricingEngine.InstrumentPricesChanged += OnInstrumentPricesChanged;
            myPricingEngine.Stop();
        }