Exemplo n.º 1
0
        public static ezPrice operator --(ezPrice price)
        {
            ezPrice ezp = APIMain.DecrementTick(price.instrument, price);

            return(ezp);
        }