Commit graph

5 commits

Author SHA1 Message Date
Bruno BELANYI e601250e7b kraken: parse: expose 'parse_single_order' 2022-03-24 17:18:23 +01:00
Bruno BELANYI 21ff896730 kraken: move 'Order' definition to 'book'
I think it makes more sense to centralise these important types in the
`book` library.
2022-03-12 11:07:20 +01:00
Bruno BELANYI 0157c7b193 kraken: parse: order: add ordering 2022-03-12 11:07:20 +01:00
Bruno BELANYI 12f458cf94 kraken: parse: add input file parser 2022-03-12 11:07:20 +01:00
Bruno BELANYI 9550598a87 kraken: parse: define 'Order' type
Use strong typing for the various components of the order.
2022-03-12 11:07:20 +01:00