public method IO2GOfferRow.isInstrumentTypeValid

Brief

Gets the flag indicating whether the InstrumentType field is valid or not.

Declaration
C++
bool  isInstrumentTypeValid ()

Details

If the value is not valid (the flag is false), the corresponding field is not filled and returns the default value (an empty string for string, 0 for number and so on) and shall not be used. In this case, the value returned by the most recent command (table refresh or TablesUpdates), received for the offer table must be used instead.

Declared in IO2GOfferRow

back