Enum AccountFinancingMode
The financing mode of an Account.
Namespace: FFT.Oanda.Accounts
Assembly: FFT.Oanda.dll
Syntax
public enum AccountFinancingMode : int
Fields
Name | Description |
---|---|
DAILY | A full day’s worth of financing is paid/charged for open Trades in the Account daily at 5pm New York time. |
NO_FINANCING | No financing is paid/charged for open Trades in the Account. |
SECOND_BY_SECOND | Second-by-second financing is paid/charged for open Trades in the Account, both daily and when the the Trade is closed. |