PositionWorst Property
Returns the worst position that this account can have in this market.
Namespace: T4.APIAssembly: T4API.47 (in T4API.47.dll) Version: 4.7.0.0 (4.7.68.4)
public int Worst { get; }
Public ReadOnly Property Worst As Integer
Get
Property Value
Int32
The worst position is the biggest buy or sell position that the current net
position and working orders combined could achieve if they filled. For example,
if you are working 5 buys and 5 sells then your worst position is 5 as all the
buys may fill without any of the sells filling and vice versa. If you already
have a net position of -3 then your worst position is -8 as the 5 sells may
fill on top of your existing position without any of the buys filling.