Loads the interest rate or current risk free rate of return. This instance will go to Yahoo
and pull the current price of the specified symbol. The value or current price retrieved will
be used as the interest rate.
Namespace:
RightEdge.Common
Assembly:
Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| Visual Basic (Declaration) |
|---|
Public Function LoadInterestRate ( _
symbol As String _
) As Double |
Return Value
double containing the current interest rate or -1 if there was an error retrieving.
See Also