コード例 #1
0
ファイル: FdkWrapper.cs プロジェクト: ifzz/FDK
        public void SetupBuilder()
        {
            if (IsConnected)
            {
                ConnectLogic.Disconnect();
                IsConnected = false;
            }
            ConnectLogic = new FdkConnectLogic(Address, Login, Password)
            {
                RootPath = Path
            };

            ConnectLogic.TradeWrapper.SetupBuilder(Address, Login, Password, this.Path);
        }
コード例 #2
0
ファイル: FdkWrapper.cs プロジェクト: hombrevrc/FDK
        public void SetupBuilder()
        {
            if (IsConnected)
            {
                ConnectLogic.Disconnect();
                IsConnected = false;
            }
            ConnectLogic = new FdkConnectLogic(Address, Login, Password)
            {
                RootPath = Path
            };

            ConnectLogic.TradeWrapper.SetupBuilder(Address, Login, Password, this.Path);
        }