How can I enumerate all transaction in BrokerAdapter extension to use
public void UpdateSignalStatus(Transaction t, SignalStatuses newStatus)
to change order stauses?
public void UpdateSignalStatus(Transaction t, SignalStatuses newStatus)
to change order stauses?
Rename
Yes, the same question.
You need to maintain a mappings Dictionary, or similar structure. Use your mapping Dictionary to map a broker-specific identifier (which you could also store in Transaction.BrokerTag, so a List<Transaction> could also work) with the Transaction instance.
As I understood, all transactions will be cleared when I restart WL anyway?
Your Response
Post
Edit Post
Login is required