MT4ManagerSummaryGetByType Method |
Gets information about the summary positions on the symbols of a particular type.
Namespace:
mtapi.be.MT4ManagerNetApi
Assembly:
MT4ManagerNetApi (in MT4ManagerNetApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public SymbolSummary SummaryGetByType(
int sectype
)
Public Function SummaryGetByType (
sectype As Integer
) As SymbolSummary
public:
SymbolSummary^ SummaryGetByType(
int sectype
)
member SummaryGetByType :
sectype : int -> SymbolSummary
Parameters
- sectype
- Type: SystemInt32
Return Value
Type:
SymbolSummarySee Also