RDM Usage : 35 Refinitiv Domain Model Usage: Symbol List Domain : 35.2 Symbol List Domain Examples
 
35.2 Symbol List Domain Examples
The following message samples illustrate the use of the Symbol List Domain. To view a sample message, click the appropriate message type:
Symbol List Request Message Sent
 
 
{
    "ID": 2,
    "Domain": "SymbolList",
    "Key": {
        "Name": ".AV.N"
    }
}
 
Symbol List Refresh Message Received
 
 
{
    "ID": 2,
     "Type": "Refresh",
     "Domain": "SymbolList",
     "Key": {
         "Service": "ELEKTRON_DD",
         "Name": ".AV.N"
     },
     "State": {
         "Stream": "Open",
         "Data": "Ok",
         "Text": "All is well"
     },
     "Qos": {
         "Timeliness": "Realtime",
         "Rate": "TimeConflated",
         "RateInfo": 1000
     },
     "PermData": "AwO9YsA=",
     "SeqNumber": 33104,
     "Map": {
         "KeyType": "Buffer",
         "Summary": {
             "Fields": {
                 "PROD_PERM": 62,
                 "RDNDISPLAY": 173,
                 "DSPLY_NAME": "TOP 25 BY VOLUME",
                 "RDN_EXCHID": "NYS",
                 "TIMACT": "16:57:54",
                 "ACTIV_DATE": "2018-05-04",
                 "NUM_MOVES": 832,
                 "OFFCL_CODE": "000000000000",
                 "RECORDTYPE": 117,
                 "DSO_ID": null,
                 "RDN_EXCHD2": "NYS",
                 "TIMACT1": "16:57:54",
                 "MKT_SECTOR": "0",
                 "DDS_DSO_ID": 8287,
                 "SPS_SP_RIC": ".[SPSNYSE1VAE1"
             }
         },
         "CountHint": 25,
         "Entries": [
             {
                 "Action": "Add",
                 "Key": "Ri5O",
                 "Fields": {
                     "RANK_POS": 8
                 }
             },
             {
                 "Action": "Add",
                 "Key": "V0ZULk4=",
                 "Fields": {
                     "RANK_POS": 21
                 }
             },
 
             ...
                 (Additional Entries)
             ...
 
             {
                 "Action": "Add",
                 "Key": "Tk9LLk4=",
                 "Fields": {
                     "RANK_POS": 7
                 }
             },
             {
                 "Action": "Add",
                 "Key": "Uy5O",
                 "Fields": {
                     "RANK_POS": 20
                 }
             }
            ]
     }
}
 
Symbol List Update Message Received
 
 
{
    "ID": 2,
    "Type": "Update",
    "Domain": "SymbolList",
    "UpdateType": "MarketDigest",
    "Key": {
        "Service": "ELEKTRON_DD",
        "Name": ".AV.N"
    },
    "SeqNumber": 33136,
    "Map": {
        "KeyType": "Buffer",
        "Summary": {
            "Fields": {
                "TIMACT": "16:58:24",
                "NUM_MOVES": 834,
                "TIMACT1": "16:58:24"
            }
        }
    }
}