NeedForTrade Documentation

Exchange Class

Represents a Exchange.

 

Basic members:

 

    // Properties
    string Abbreviation	// Exchange abbreviation
    string Description	// Exchange description

    TimeZone TimeZone	// Exchange time zone


Exchange properties are read-only. You can access Exchange properties by using dot operator. For example: abbreviation = Instrument.Exchange.Abbreviation;