Support Board
Date/Time: Sat, 05 Jul 2025 04:24:49 +0000
Post From: Is there a way to receive trade activity log to my email?
[2024-06-12 12:04:57] |
emmanuel - Posts: 63 |
ASCIL has some of the trade activity data in the form of the trade list. You can use functions such as sc.GetTradeListSize() and sc.GetTradeListEntry() to fill out the n_ACSIL::s_TradeAccountDataFields structure. That structure will tell you which of the trade activity fields are available. As for the email portion, I have no idea. |