I have the refinitiv consumer example programs working
I want to see a working request/response(s) for a symbol list
This is the -sl option
You need to provide a name for the symbol list
I want to know what name will work
I tried -sl 0#ITEMS
but received
<statusMsg domainType="RSSL_DMT_SYMBOL_LIST" streamId="400" containerType="RSSL_DT_NO_DATA" flags="0x28 (RSSL_STMF_HAS_MSG_KEY|RSSL_STMF_HAS_STATE)" dataState="RSSL_DATA_SUSPECT" streamState="RSSL_STREAM_OPEN" code="RSSL_SC_NONE" text="No servers available that support this domain." dataSize="0">
<key flags="0x7 (RSSL_MKF_HAS_SERVICE_ID|RSSL_MKF_HAS_NAME|RSSL_MKF_HAS_NAME_TYPE)" serviceId="244" name="0#ITEMS" nameType="1"/>
<dataBody>
</dataBody>
</statusMsg>