Enum SymbolMatch.Regions
- Namespace
- Tudormobile.AlphaVantage.Entities
- Assembly
- Tudormobile.AlphaVantageAPI.dll
Defines the geographic regions where financial instruments can be traded.
public enum SymbolMatch.Regions
Fields
Any = -1Matches any geographic region without filtering.
FFM = 3Represents the Frankfurt (Germany) market.
UK = 2Represents the United Kingdom market.
US = 1Represents the United States market.
Unknown = 0Represents an unknown or unrecognized region.