public method O2GTableManager.lockUpdates

Brief

Locks tables updates.

Declaration
Java
void  lockUpdates ()

Details

The method is used to lock the state of all the trading tables. The method allows to create a data snapshot at any monent. To start receiving table updates, use the unlockUpdates method.

Declared in O2GTableManager

back