public method O2GTimeframeCollection.get

Brief

Finds a time frame by its unique identifier.

Declaration
Java
O2GTimeframe  get (String sId)

Parameters
sId

The identifier of the time frame to find. For example, m1, m5, H1

Details

The method returns an instance of the O2GTimeframe class or null when a time frame with the specified identifier is not found.

Declared in O2GTimeframeCollection

back