RDM Usage : 31 Refinitiv Domain Model Usage: Market by Price Domain : 31.2 Market by Price Domain Examples
 
31.2 Market by Price Domain Examples
The following message samples illustrate the use of the Market by Price Domain. To view a sample message, click the appropriate message type:
Market by Price Request Message Sent
 
 
{
    "ID": 2,
    "Domain": "MarketByPrice",
    "Key": {
        "Name": "TRI.TO"
    }
}
 
Market by Price Refresh Message Received
 
 
[
    {
        "ID": 2,
        "Type": "Refresh",
        "Domain": "MarketByPrice",
        "Key": {
            "Service": "ELEKTRON_DD",
            "Name": "TRI.TO"
        },
        "State": {
            "Stream": "Open",
            "Data": "Ok",
            "Text": "All is well"
        },
        "Qos": {
            "Timeliness": "Realtime",
            "Rate": "TimeConflated",
            "RateInfo": 1000
        },
        "PermData": "AwO9META",
        "SeqNumber": 63888,
        "Map": {
            "KeyType": "Buffer",
            "Summary": {
                "Fields": {
                    "PROD_PERM": 3044,
                    "DSPLY_NAME": "THOMSON REUTERS",
                    "CURRENCY": "CAD",
                    "ACTIV_DATE": "2018-04-06",
                    "PRC_QL2": " AU",
                    "LOT_SIZE_A": 100,
                    "RECORDTYPE": 113,
                    "PREF_DISP": null,
                    "RDN_EXCHD2": "TOR",
                    "LIST_MKT": "TOR",
                    "PROV_SYMB": "TRI",
                    "PR_RNK_RUL": "NOR",
                    "OR_RNK_RUL": "PTS ",
                    "MNEMONIC": "TRI",
                    "MKT_STATUS": "S",
                    "TIMACT_MS": 67206707,
                    "CONTEXT_ID": 2171,
                    "DDS_DSO_ID": 8244,
                    "SPS_SP_RIC": ".[SPSTL2TRL2",
                    "BOOK_STATE": "N",
                    "HALT_REASN": null,
                    "ORD_ENT_ST": "E",
                    "MKT_OR_RUL": " ",
                    "TRD_STATUS": "N ",
                    "HALT_RSN": null
                }
            },
            "CountHint": 148,
            "Entries": [
                {
                    "Action": "Add",
                    "Key": "NTAuNTEwMDAwQQ==",
                    "Fields": {
                        "ORDER_PRC": 50.51,
                        "ORDER_SIDE": "ASK",
                        "NO_ORD": 1,
                        "ACC_SIZE": 100,
                        "LV_TIM_MS": 67200951,
                        "LV_TIM_MSP": 471,
                        "LV_DATE": "2018-04-06"
                    }
                },
                ...
                {
                    "Action": "Add",
                    "Key": "NjEuMDAwMDAwQQ==",
                    "Fields": {
                        "ORDER_PRC": 61,
                        "ORDER_SIDE": "ASK",
                        "NO_ORD": 2,
                        "ACC_SIZE": 200,
                        "LV_TIM_MS": 44172101,
                        "LV_TIM_MSP": 151,
                        "LV_DATE": "2018-03-19"
                    }
                }
            ]
        }
    }
]
 
Market by Price Update Message Received
 
 
[
    {
        "ID": 2,
        "Type": "Update",
        "Domain": "MarketByPrice",
        "UpdateType": "Unspecified",
        "Key": {
            "Service": "ELEKTRON_DD",
            "Name": "TRI.TO"
        },
        "SeqNumber": 63904,
        "Map": {
            "KeyType": "Buffer",
            "Summary": {
                "Fields": {
                    "TIMACT_MS": 67207819
                }
            },
            "Entries": [
                {
                    "Action": "Update",
                    "Key": "NTAuNDkwMDAwQg==",
                    "Fields": {
                        "ORDER_PRC": 50.49,
                        "ORDER_SIDE": "BID",
                        "ACC_SIZE": 700,
                        "NO_ORD": 6,
                        "LV_TIM_MS": 67206707,
                        "LV_TIM_MSP": 488,
                        "LV_DATE": "2018-04-06"
                    }
                }
            ]
        }
    }
]