Property SizePercent
- Namespace
- WhalesSecret.TradeScriptLib.API.TradingV1.Orders.Brackets
- Assembly
- WhalesSecret.TradeScriptLib.dll
SizePercent
Size of the bracket order in percent relative to the filled size of the working order. It must a number greater than 0
and not greater than 100
.
public decimal SizePercent { get; }
Property Value
Remarks
This sum of sizes in percent of all StopLoss bracket orders, as well as the sum of sizes of all TakeProfit
bracket orders, must not exceed 100
.