FastQuant.Stop.Disconnect C# (CSharp) 메소드

Disconnect() 공개 메소드

public Disconnect ( ) : void
리턴 void
        public void Disconnect()
        {
            if (Type == StopType.Time)
                this.strategy.framework.Clock.RemoveReminder(OnConnect, this.completionTime);
            else
                this.connected = false;
        }