Instruments Events

Instruments Created

A new instrument has been added to the instruments list.

{
  "id": "event_c4b2c210-ce32-41d4-a9a1-cfad4fdf191c",
  "type": "instruments.created",
  "timestamp": "2019-03-29T07:02:33.200962333Z",
  "payload": {
    "instrumentID": "3fb1e8a9-f7d5-4d90-95e2-43e7326b5636",
    "symbol": "MS",
    "name": "Morgan Stanley",
    "status": "ACTIVE"
  }
}

Instruments Updated

An instrument has been updated.

{
    "id": "event_17913550-6db0-4086-9137-3fd728bd6821",
    "type": "instruments.updated",
    "timestamp": "2019-08-21T16:41:53.938331938Z",
    "payload": {
        "instrumentID": "26fa9515-d1c6-44ce-93b2-b94430451508",
        "previous": {
            "status": "ACTIVE"
        },
        "current": {
            "status": "INACTIVE"
        }
    }
}
{
    "id": "event_ca1fd34b-aa0e-474d-8b43-90acfad88a47",
    "type": "instruments.updated",
    "timestamp": "2019-08-21T16:44:18.756968650Z",
    "payload": {
        "instrumentID": "26fa9515-d1c6-44ce-93b2-b94430451508",
        "previous": {
            "symbol": "ZVZZA"
        },
        "current": {
            "symbol": "ZVZZZ"
        }
    }
}