Ejemplo n.º 1
0
        /// <summary>
        /// Methods
        /// </summary>

        /// Sets the Api varibles of the Bittrex Object
        public void AuthenticateApi()
        {
            BittrexLink.SetApiKeys(Api, Api_Secret);
        }