Skip to content

Instantly share code, notes, and snippets.

@DanilSuits
Last active October 3, 2017 00:28
{ events :
[ { sell : { id:1, price:200, units:100} }
, { sell : { id:2, price:201, units:100} }
, { sell : { id:3, price:200, units:100} }
, { buy : { id:4, price:200, units:150} }
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment