public property O2GOfferRow.SellInterest

Brief

The interest that is added to/subtracted from the account for holding overnight one lot sell position opened in this instrument. The lot size is based on the system base unit size. The interest is expressed in the account currency.

Declaration
C#
double  SellInterest get;

Details

If you have more than one account and the base unit size of a certain account differs from the system base unit size, to get the proper interest value for this account, use the formula: Offer.SellInterest/SystemProperties.Base_Unit_Size* Account.Base_Unit_Size

back