public method IO2GSession.setPriceUpdateMode

Brief

Sets the price update mode.

Declaration
C++
virtual void  setPriceUpdateMode (O2GPriceUpdateMode mode) = 0

Parameters
mode

The mode.

Details

The price update mode defines whether to receive price updates. By default they are received.
Disabling of receiving price updates can be useful when you have two or more trading sessions. In this case you should set the value to "NoPrice."

Declared in IO2GSession

back