AccountAvailableCash Property
The total amount of cash that is available for the account to trade with.
Namespace: T4.APIAssembly: T4API.47 (in T4API.47.dll) Version: 4.7.0.0 (4.7.68.4)
public decimal AvailableCash { get; }
Public ReadOnly Property AvailableCash As Decimal
Get
Property Value
Decimal
This is the total amount available to be used for margining. It includes the
start of day balance, any P&L (realised and unrealised) and removes any existing
margin requirement. This amount is checked by pre-trade risk management to ensure
that there is enough money available for any additional margin requirements
needed to submit an order.