Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| developers:websocket:messages [2026/04/22 20:04] – [DepthBuffer] frank | developers:websocket:messages [2026/04/22 20:05] (current) – [DepthLevels] frank | ||
|---|---|---|---|
| Line 1147: | Line 1147: | ||
| ==== DepthLevels ==== | ==== DepthLevels ==== | ||
| - | The '' | + | The '' |
| - | ^ Value ^ Description ^ | + | This setting controls how much market |
| - | | DEPTH_LEVELS_UNDEFINED | Undefined | + | |
| - | | DEPTH_LEVELS_BEST_ONLY | Best price only | | + | |
| - | | DEPTH_LEVELS_NORMAL | Normal depth levels (10) | | + | |
| - | | DEPTH_LEVELS_ALL | All depth levels (255) | | + | |
| + | ^ Value ^ Description ^ | ||
| + | | DEPTH_LEVELS_UNDEFINED | Undefined. Not used by the API. | | ||
| + | | DEPTH_LEVELS_BEST_ONLY | Best bid/offer and trade information only. | | ||
| + | | DEPTH_LEVELS_NORMAL | Up to 10 levels of depth plus trade information. | | ||
| + | | DEPTH_LEVELS_ALL | All available depth levels plus trade information (typically capped at 10 levels). | | ||
| ==== LoginResult ==== | ==== LoginResult ==== | ||