get comment or clientOrderId of history

Created at 01 Aug 2020, 13:03
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!
KE

keyyuki

Joined 30.06.2020

get comment or clientOrderId of history
01 Aug 2020, 13:03


Hi everyone.

I have problem. In ProtoOANewOrderReq there are 2 filed

optional string comment = 13; // User-specified comment. MaxLength = 512.
optional string clientOrderId = 18; // Optional user-specific clientOrderId (similar to FIX ClOrderID). MaxLength = 50.

but in ProtoOADealListRes not found there fields

 

So how can I get there fields in history?

 


@keyyuki
Replies

PanagiotisCharalampous
03 Aug 2020, 08:24

Hi keyyuki,

These fields are not available in ProtoOADeal.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

keyyuki
03 Aug 2020, 12:53

So how can I get this information (comment and clientOrderId) in history data?


@keyyuki

PanagiotisCharalampous
03 Aug 2020, 14:12

Hi keyyuki,

This information is not available in historical data.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous