ShareKhan.domain.Portfolio.CurrentMarketValueOther C# (CSharp) Method

CurrentMarketValueOther() public method

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