enum O2GPriceUpdateMode

Brief

The enum defines 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 O2GSession.getPriceUpdateMode method.

The namespace is com.fxcore2.

Static Public Fields

DEFAULT

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

NO_PRICE

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

back