OpenApiMessages.proto: ProtoOATraderLogoutReq -> ProtoOAAccountLogoutReq

Created at 21 Aug 2024, 13:33
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!
raul_gherman's avatar

raul_gherman

Joined 01.03.2024

OpenApiMessages.proto: ProtoOATraderLogoutReq -> ProtoOAAccountLogoutReq
21 Aug 2024, 13:33


documentation / comment for message ProtoOAAccountLogoutRes should be adjusted, as ProtoOATraderLogoutReq does not exist;
proposed value:

/** Response to the ProtoOAAccountLogoutReq request. Actual logout of trading account will be completed on ProtoOAAccountDisconnectEvent. */
message ProtoOAAccountLogoutRes {
    optional ProtoOAPayloadType payloadType = 1 [default = PROTO_OA_ACCOUNT_LOGOUT_RES];

    required int64 ctidTraderAccountId = 2; // The unique identifier of the trader's account in cTrader platform.
}

@raul_gherman