Retrieves the current amount of money obtained by selling short.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
double GetShortedCash()
Visual Basic (Declaration)
Function GetShortedCash As Double
Visual C++
double GetShortedCash()

Return Value

The amount of money obtained by selling short.

See Also