Exemplo n.º 1
0
        static public ezQuantity FromInt(object instrument, int qty)
        {
            var quantity = new ezQuantity();

            quantity.intValue = qty;
            return(quantity);
        }
Exemplo n.º 2
0
 public void ModifyQuantity(ezQuantity updatedQuantity)
 {
 }