ProtoOADealListByPositionIdReq and ProtoOADealListByPositionIdRes

Created at 04 Mar 2022, 11:50
How’s your experience with the cTrader Platform?
Your feedback is crucial to cTrader's development. Please take a few seconds to share your opinion and help us improve your trading experience. Thanks!
BU

budda_dan2020

Joined 10.09.2020

ProtoOADealListByPositionIdReq and ProtoOADealListByPositionIdRes
04 Mar 2022, 11:50


Hi,

I am developing a trading app with old version of Open API Library.

There is an OpenApiMessageFactory where request messages are created, response messages are parsed.

There is no ProtoOADealListByPositionIdReq and ProtoOADealListByPositionIdRes creator.

In new version of OpenApi.Net are they neither.

Can you tell me where I can get the functions for these req/res?

kind regards


@budda_dan2020
Replies

amusleh
04 Mar 2022, 15:10

Hi,

The OpenAPI.NET has all the messages and when keep it up to date with latest proto message files.

Both ProtoOADealListByPositionIdReq and ProtoOADealListByPositionIdRes are available on OpenAPI.NET.


@amusleh