public method O2GTableManager.lockUpdates

Brief

Locks tables updates.

Declaration
C#
void  lockUpdates ()

Details

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

Declared in O2GTableManager

back