public method IO2GTableManager.lockUpdates

Brief

Locks tables updates.

Declaration
C++
virtual void  lockUpdates () = 0

Details

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

Declared in IO2GTableManager

back