Documentation for UPA/ETA API for access to BDS RIC list

Client inquiring as to what documentation is available for subscribing (UPA/ETA C-language level) to be able to list predefined BDS instrument lists, and how to access SYMBOL lists with the same API.

Best Answer

  • wasin.w
    wasin.w admin
    Answer ✓

    Hello @timothy.kaneshige

    I am not sure about the BDS instrument list, but for the Symbol List subscription on the ETA C API, the client can find the description on section 3.2.5 Symbol Lists of the Transport API Development Guide document. The document is available in the SDK package (TransportAPI_C_DevGuide.pdf) and on RTSDK C/C++ - Developer Portal Document page.

    1700031798161.png

    The client can also run the ETA Comsumer example to subscribe for Symbol Lists with the following command:

    -h {ADS Host} -p {RSSL Port} -s {service name} -sl {Symbol List RIC}

    example result from _ADS_CACHE_LIST Symbol List RIC:

    result.png


Answers