JET open QuoteList with template

Eikon QuoteList columns have different templates pre-defined. When opens a QuoteList via JET, is it possible to specify which template to use or what columns to display?

Welcome!

It looks like you're new here. Sign in or register to get started.

Best Answer

  • Jirapongse
    Jirapongse ✭✭✭✭✭
    Answer ✓

    we can specify a template in **Quote List App navigation context**.

    This works for me

    JET.navigate({

    name: "Quote List Object",

    entities: [

    { RIC: JET.getActiveSymbol().RIC },

    { RIC: "PTT.BK"},

    { RIC: "BTS.BK"}

    ],

    properties: [

    { template: "daps://reuters/Xtra60/Quote List Templates/Economic Indicators.reuters-quotelist-template" }

    ]

    });

Answers

  • https://community.developers.refinitiv.com/discussion/comment/5240#Comment_5240

    Thanks it works perfectly. But do you have any idea where I can get the links of all pre-defined templates in Quote List?

  • Jirapongse
    Jirapongse ✭✭✭✭✭
    https://community.developers.refinitiv.com/discussion/comment/5240#Comment_5240

    The available templates are the same as templates in the column menu.

    For example, this "daps://reuters/Xtra60/Quote List Templates/Commodities/Analytics/Price Performance.reuters-quotelist-template" is "Price Performance" template in "Commodities/Analytics" section.

  • https://community.developers.refinitiv.com/discussion/comment/5240#Comment_5240
    or I should ask the other way... is it possible to specify what columns I want to display when opening a QuoteList? Tried putting "{ fields: ["BID", "ASK"] }" in properties does not work
  • Jirapongse
    Jirapongse ✭✭✭✭✭
    https://community.developers.refinitiv.com/discussion/comment/5240#Comment_5240

    I got a response from the Product Development Manager that with QuoteList, you can only select one from the predefined template.

Welcome!

It looks like you're new here. Sign in or register to get started.

Welcome!

It looks like you're new here. Sign in or register to get started.