public method Instrument.getTradingStatus

Brief

Gets the instrument trading status

Declaration

protojavascriptjavacsharp
public getTradingStatus() : string

Returns

The method returns a string that represents the instrument trading status

Details

The possible return values are: O - Open, in other words, the instrument is tradable C - Closed, in other words, the instrument is not tradable

Declared in Instrument

back