Click or drag to resize

TimePeriodsMatch Method

Determines if the symbol matches any alias of any TimePeriod in the collection and returns type of the matching TimePeriod if a match is found.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public TimePeriodType Match(
	string symbol
)

Parameters

symbol
Type: SystemString
The symbol to match.

Return Value

Type: TimePeriodType
The TimePeriod type of the match, if any, else TimePeriodType.Unknown.
See Also