Uses of Class
com.dxfeed.glossary.CFI

Packages that use CFI
com.dxfeed.glossary   
 

Uses of CFI in com.dxfeed.glossary
 

Fields in com.dxfeed.glossary declared as CFI
static CFI CFI.EMPTY
          Empty CFI - it has code "XXXXXX".
 

Methods in com.dxfeed.glossary that return CFI
static CFI CFI.valueOf(int intCode)
          Returns an instance of CFI for specified integer representation of CFI code.
static CFI CFI.valueOf(java.lang.String code)
          Returns an instance of CFI for specified CFI code.