AccountAvailableCash Property

The total amount of cash that is available for the account to trade with.

Definition

Namespace: T4.API
Assembly: T4API.47 (in T4API.47.dll) Version: 4.7.0.0 (4.7.68.4)
C#
public decimal AvailableCash { get; }

Property Value

Decimal

Remarks

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.

See Also