Announcement

Collapse
No announcement yet.

subscription

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • subscription

    hi,

    is it possible to know thru EFS that the user has subscription to the data that is requested?
    thanks

  • #2
    I believe you can use the isEntitled() function, which returns true or false. For example:

    bIsAuthorized = isEntitled( "CME" );

    The entitlement codes can be found under Services in the data manager.

    Chris

    Comment


    • #3
      thank you for your reply. I did not know of the isEntitled() function.
      But now the question comes where to get the service name of the symbol trying to get charted? Is there a function for it like getSymbol()?

      Comment

      Working...
      X