ProtoOADealListByPositionIdReq and ProtoOADealListByPositionIdRes
Created at 04 Mar 2022, 11:50
BU
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
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