public property O2GOfferRow.BuyInterest

Brief

Gets the interest amount applied to the account balance for holding a one-lot long (buy) position opened overnight.

Declaration
C#
double  BuyInterest get;

Details

The returned value is expressed in the account currency and can be positive or negative.

In case of FX instruments, the lot size is determined by the system base unit size.
In case of CFD instruments, the lot size equals to one contract.

Note for FX instruments: If the account base unit size differs from the system base unit size, to get the proper interest amount for an account, use the following formula:
(O2GOfferRow.BuyInterest/SystemBaseUnitSize) * O2GAccountRow.BaseUnitSize,
where SystemBaseUnitSize is a BASE_UNIT_SIZE property from O2GSystemPropertiesReader.Properties.

Declared in O2GOfferRow

back