Gets or sets the currency type associated with this symbol.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public CurrencyType CurrencyType { get; set; }
Visual Basic (Declaration)
Public Property CurrencyType As CurrencyType
Visual C++
public:
property CurrencyType CurrencyType {
	CurrencyType get ();
	void set (CurrencyType value);
}

Remarks

The default is USD.

See Also