How to build a ProtoOASymbolByIdReq request

Created at 28 Sep 2021, 20:06

How to build a ProtoOASymbolByIdReq request
28 Sep 2021, 20:06


Hi!

What parameters should go into setSymbolId() method?

I get IndexOutOfBoundsException when I enter setSymbolId(0, 1)

 

ProtoOASymbolByIdReq protoOASymbolByIdReq = ProtoOASymbolByIdReq
        .newBuilder()
        .setSymbolId(???, ???)
        .setCtidTraderAccountId(ctidTraderAccountId)
        .build();

 

Thanks!


@qa-registered-with-rest_1760531522785
Replies

qa-registered-with-rest_1760531522785
28 Sep 2021, 21:28

RE:

Found the answer. There are methods addAllSymbolId() and addSymbolId() for this purpose that take symbol id.


@qa-registered-with-rest_1760531522785