DBnextSymbolElementOfObject

Top  Previous  Next

The next symbol determine.

To the trading of a symbol the next symbol is determined. His Trading is returned. If none such exists or if a mistake has appeared, ZERO is returned. Then the real information is got with DBreturnSymbolSettings from the data bank. The procedure does not take amiss of it if to her instead of a symbol another element type is unterpushed. Then it is searched by this element to the next symbol.

Parametre

symbol (PSYMBO_ELEMENT) [IN]

From this element the next symbol is searched. If the object has no other symbol, ZERO is delivered.

Result

(PSYMBOL_ELEMENT) [OUT]

As a result this procedure delivers the trading of the next symbol which exists in this object behind symbol. If no other symbol exists in the object, ZERO is delivered.

Declaration

#include "database.h"

 

PSYMBOL_ELEMENT DLLENTRY DBnextSymbolElementOfObject (

PSYMBOL_ELEMENT symbol

);

Related function

DBfirstSymbolElementOfObject