The fees and commissions for the current day.

Namespace:  T4.API
Assembly:  T4API.20 (in T4API.20.dll)

Syntax

C#
public double FeesAndCommissions { get; }
Visual Basic (Declaration)
Public ReadOnly Property FeesAndCommissions As Double
Visual C++
public:
property double FeesAndCommissions {
	double get ();
}

Field Value

Return Value

Remarks

If enabled by the administrator then this should be considered an estimate as it is a simple calculation and does not take into account volume discounts etc. You should always check statements for actual fees and commissions.

See Also