- ago
How can I enumerate all transaction in BrokerAdapter extension to use

public void UpdateSignalStatus(Transaction t, SignalStatuses newStatus)

to change order stauses?
1
838
3 Replies

Reply

Bookmark

Sort
- ago
#1
Yes, the same question.
0
Glitch8
 ( 7.81% )
- ago
#2
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.
0
- ago
#3
As I understood, all transactions will be cleared when I restart WL anyway?
1

Reply

Bookmark

Sort