OrderUpdateEventArgs(Account, Boolean, ListOrder) Constructor
Constructor.
Namespace: T4.APIAssembly: T4API.47 (in T4API.47.dll) Version: 4.7.0.0 (4.7.68.4)
public OrderUpdateEventArgs(
Account poAccount,
bool pbPossibleResend,
List<Order> poOrders
)
Public Sub New (
poAccount As Account,
pbPossibleResend As Boolean,
poOrders As List(Of Order)
)
Parameters
- poAccount Account
- The account
- pbPossibleResend Boolean
- Whether this is a possible resend or duplicate
- poOrders ListOrder
- The orders