Swap Property¶ Summary¶ Swap is the overnight interest rate if any, accrued on the position. Signature¶ 1public abstract double Swap {get;} Return Value¶ double Declaring Type¶ cAlgo.API.Position Examples¶ 1 Print(LastResult.Position.Swap); Last update: March 23, 2023