I tried out sample codes and the "monitor orders" and "monitor positions" examples worked fine.
However, C#
Portfolio Trader List Load in C# failed.
The following call returns false with err=NULL
success = ptOrder.Submit(ref err);
Here's the input file I am using.
CSCO,Buy,1,45.9
XLP,Buy,100,
XLU,Sell,100,
XLE,Buy,200,
I am using userid r152885. Perhaps I am not permissioned?
Additionally, is there an example code that shows how to create 'child' orders from these tickets?