-
Notifications
You must be signed in to change notification settings - Fork 2
/
TODO
29 lines (19 loc) · 993 Bytes
/
TODO
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
# TODO
## Proto Generator Code
- Change the enum code to first gather all the visible enums, then, separately,
match each occurrence to the closest enum in the full list. Look at subsets.
- Generate *Request/*Response objects, as well as wrappers for pairs of them,
and a Log message that's essentially a list of a oneof of the pairs.
- Generate sub-messages for each of the inner "object" instances (currently not
generated) and break them out at the top-level. These are nameless; find a way
to match them up and reconcile for deduplication.
- Files:
messges.proto : Top-level request/response objects.
enums.proto : All enums, deduplicated.
data.proto : Inner objects.
## Streaming API
- Create a schema corresponding to the streaming API by hand, for which there
isn't much of a published website schema.
## Doc
Integrade doc like this into our enums:
https://tlc.thinkorswim.com/center/howToTos/thinkManual/Trade/Order-Entry-Tools/Order-Statuses.html