Gets the number of shares currently held by this broker for the specified symbol.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
int GetShares( Symbol symbol ) |
| Visual Basic (Declaration) |
|---|
Function GetShares ( _ symbol As Symbol _ ) As Integer |
| Visual C++ |
|---|
int GetShares( Symbol^ symbol ) |
Parameters
- symbol
- Type: RightEdge.Common..::.Symbol
Symbol to query the number of shares for.