Search:

XC_KEY

As defined in xctypes.h

typedef struct XC_KEY
{
    XC_EXCHANGE_ID xk_exchange;
    XC_COUNTRY_ID xk_country;
    XC_SYMBOL xk_symbol;
} XC_KEY;

Description: this structure uniquely identifies each financial instrument within a given namespace



[ Top Of Page ]