Instrument.Exchange

Description

Instrument.Exchange outputs the description/definition of the current exchange for the current instrument.

Parameter

none

Return Value

An exchange object of the type "public enum exchanges"

Usage

Instrument.Exchange

More Information

An overview of various exchange: https://en.wikipedia.org/wiki/List_of_stock_exchanges

Example

Print("The instrument " + Instrument.Name +" is traded on the " + Instrument.Exchange + " exchange.");

Last updated