pub const JSON_FORMAT_MAGIC: u32 = 3302625434;
Expand description
First bytes (LE) of a JSON-encoded price update (JSON structure is represented by
router::ParsedPayload
type).
Note: this header will only be present if the binary delivery method is requested in a Websocket subscription. If the default (JSON) delivery method is used, the price update JSON will simply be embedded in the main JSON of the notification.