OrdersCollection CLASS

OrderExecuted EVENT
Occurs when the order was executed. SYNTAX public event Action<Order> OrderExecuted EXAMPLE using System; using System.Collections.G...
Sun, May 13, 2018 at 2:47 PM
OrderRemoved EVENT
The event at which the order was removed. SYNTAX public event Action<Order> OrderRemoved EXAMPLE using System; using System.Collecti...
Sun, May 13, 2018 at 2:49 PM