AssetMode

Asset specific flags that affect the currently selected asset. The following flags can be set or reset with the setf and resf macros:

Flags:

NOPRICE Prevents price updates in live trading while set. Can reduce bandwidth when an asset is temporarily not used or its price is not relevant.
SOFTSWAP Causes rollover to be continuously accumulated, rather than once per day.

Remarks:

Example:

setf(AssetMode,NOPRICE);  // disable asset updates

See also:

asset, setf, resf
► latest version online