ShareKhan.domain.Portfolio.CurrentMarketValueOther C# (CSharp) 메소드

CurrentMarketValueOther() 공개 메소드

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