Show / Hide Table of Contents

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.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX