// Properties
string Abbreviation // Exchange abbreviation
string Description // Exchange descriptionTimeZone TimeZone // Exchange time zone
Exchange properties are read-only. You can access Exchange properties by using dot
operator. For example: abbreviation = Instrument.Exchange.Abbreviation;