1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
// EXTERNAL
/* IN:
OUT: */
void ;
/* IN:
OUT: */
void ;
/* IN: order: limit order to add to book
OUT: orderid assigned to order
start from 1 and increment with each call */
t_orderid ;
/* IN: orderid: id of order to cancel
OUT:
cancel request ignored if orderid not in book
*/
void ;
// CALLBACKS
/* IN: execution: execution report
OUT: */
void ;
// ENGINE_H_