Hi,
I am currently using Redi plus and I want to extract daily pnl from my account. Is there a way to do that? It would be better if I can do it via python? But other language is also OK.
Hello @pinzhang.wang,
Please refer to REDI API Spec, search for "PnL".
Should find PnL data subscription:
rtnVal = obj.AddWatch(2,“IBM”,“ACCT”,err)
Does it help?