Currency Field

Identifies currency used for price. Absence of this field is interpreted as the default for the security. It is recommended that systems provide the currency value whenever possible. See "Appendix 6-A: Valid Currency Codes" for information on obtaining valid values.  
 
public const int Currency = 15
This language is not supported or no code example is available.
public:  
const int Currency = 15;
This language is not supported or no code example is available.
public const Currency : int = 15
This language is not supported or no code example is available.

Field Value

int

In this article

Definition