Skip to content

Instantly share code, notes, and snippets.

@jasonmcleod
Created June 25, 2013 17:36
Show Gist options
  • Select an option

  • Save jasonmcleod/5860529 to your computer and use it in GitHub Desktop.

Select an option

Save jasonmcleod/5860529 to your computer and use it in GitHub Desktop.
Quote payload ideas
quotes = {
sourceA:{
AAPL:{bid:1, ask:1, last:3},
BAC: {bid:1, ask:1, last:3},
},
sourceB:{
AAPL:{bid:1, ask:1, last:3},
BAC: {bid:1, ask:1, last:3},
}
}
quotes = {
AAPL:{
sourceA:{bid:1, ask:2, last:3},
sourceB:{bid:1, ask:2, last:3}
},
BAC: {
sourceA:{bid:1, ask:2, last:3},
sourceB:{bid:1, ask:2, last:3}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment