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?

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