Example #1
0
        /// <summary>
        /// Some testing code for this module is stored here. If the module is switched to Console application, those tests can be directly and easily run.
        /// </summary>
        static void Main()
        {
            MT4RemoteAdapter adapter = new MT4RemoteAdapter(new Uri("net.tcp://localhost:13123/TradingAPI"));

            Console.ReadKey();
        }
        /// <summary>
        /// Some testing code for this module is stored here. If the module is switched to Console application, those tests can be directly and easily run.
        /// </summary>
        static void Main()
        {
            MT4RemoteAdapter adapter = new MT4RemoteAdapter(new Uri("net.tcp://localhost:13123/TradingAPI"));

            Console.ReadKey();
        }