public property O2GOfferRow.isContractCurrencyValid

Brief

The flag indicating whether the ContractCurrency field is valid.

Declaration
C#
bool  isContractCurrencyValid get;

Details

The flag returns true if the corresponding field is valid and false in 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 a string, 0 for a 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 offers table must be used instead.

back