enum O2GPriceUpdateMode

Brief

The enum specifies a set of constants representing the price update mode that indicates if a session receives prices or not.

Details

The price update mode can be obtained by calling the IO2GSession.getPriceUpdateMode method.

Static Public Fields

Default

The constant represents the default price update mode at which a session object receives price updates.

NoPrice

The constant represents the price update mode at which a session object does not receive price updates.

back