BotpendingOrders Property

List that contains all current pending orders opened by the bot

Definition

Namespace: SharpTraderBot
Assembly: SharpTraderBot (in SharpTraderBot.dll) Version: 1.0.0
C#
public List<STOrder> pendingOrders { get; }

Property Value

ListSTOrder

See Also