Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| developers:websocket:quotes [2025/03/15 14:43] – [Secondary Market Data] chad | developers:websocket:quotes [2026/04/29 00:07] (current) – [Unsubscribing] chad | ||
|---|---|---|---|
| Line 52: | Line 52: | ||
| MarketDepthSubscribe { | MarketDepthSubscribe { | ||
| | | ||
| - | | + | |
| | | ||
| | | ||
| Line 66: | Line 66: | ||
| MarketDepthSubscribe { | MarketDepthSubscribe { | ||
| | | ||
| - | | + | |
| | | ||
| | | ||
| Line 80: | Line 80: | ||
| * **MarketDefinition** – Sent once per market, unless already received via another feed. | * **MarketDefinition** – Sent once per market, unless already received via another feed. | ||
| * **MarketSnapshot** – Provides a full market state on initial subscription. | * **MarketSnapshot** – Provides a full market state on initial subscription. | ||
| - | * **MarketDepthUpdate** – Sends incremental changes to depth. | + | * **MarketDepth** – Sends incremental changes to depth. |
| Example MBP message handling: | Example MBP message handling: | ||
| Line 97: | Line 97: | ||
| break; | break; | ||
| - | case ServerMessage.PayloadOneofCase.MarketDepthUpdate: | + | case ServerMessage.PayloadOneofCase.MarketDepth: |
| - | | + | |
| break; | break; | ||
| Line 126: | Line 126: | ||
| MarketByOrderSubscribe { | MarketByOrderSubscribe { | ||
| | | ||
| - | | + | |
| | | ||
| | | ||
| Line 139: | Line 139: | ||
| MarketByOrderSubscribe { | MarketByOrderSubscribe { | ||
| | | ||
| - | | + | |
| | | ||
| | | ||