public method IO2GOfferRow.isPointSizeValid
Brief
Gets the flag indicating whether the PointSize field is valid or not.
Declaration | ||||
|
Details
The flag returns true
if the corresponding field is valid and false
if the field is not valid.
The flag always returns true
for the refresh table command response.
The flag can be either true
or false
for the table update (TablesUpdates)
response.
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