AccountMarginPC Property

The margin percentage rate applied to day trading orders.

Definition

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

Property Value

Int32

Remarks

Each firm specifies a margin amount per contract, this value determines how much of that margin amount that this account needs to provide. i.e. 100 would mean it needs to provide 100% of the contract margin, but 50 means it only needs to provide half the margin and so on. This value is applied to positions opened during the day (day trading).

See Also