ShareKhan.domain.Portfolio.CurrentMarketValueOther C# (CSharp) Méthode

CurrentMarketValueOther() public méthode

public CurrentMarketValueOther ( ) : Price
Résultat Sharekhan.domain.Price
        public Price CurrentMarketValueOther()
        {
            return new Price(100);
        }