How to receive RSSL_MC_REFRESH message every 15 mins

I'm using the ETA api to get market price update (level 1). I'm wondering, if I'm only interested in RSSL_MC_REFRESH message, and want to receive it every 15 minutes, how can I do that?

Best Answer

  • Gurpreet
    Gurpreet admin
    Answer ✓

    @jerrymao You can issue a snapshot request, instead of streaming request, which will result in getting the image response only. This will require that your application request a new snapshot periodically - 15 mins.

Answers