Skip to content

Instantly share code, notes, and snippets.

@Fyzu
Created April 17, 2025 13:45
Show Gist options
  • Save Fyzu/9564b4f3c3f410d4bddeb8e1e3062bd8 to your computer and use it in GitHub Desktop.
Save Fyzu/9564b4f3c3f410d4bddeb8e1e3062bd8 to your computer and use it in GitHub Desktop.
dxLink DOM Service
{
"type": "DOM_SNAPSHOT",
"channel": 0,
"asks": [{
"price": 123,
"size": 1,
"orders": [{
"price": 123,
"size": 1
}]
}],
"bids": [{
"price": 123,
"size": 1,
"orders": [{
"price": 123,
"size": 1
}]
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment