Commit 266d923
authored
feat(trade): Re-land grid trading APIs (after gateway release) (#570)
Restores the grid trading APIs originally added in #563 and reverted in
#568.
**DO NOT MERGE until the gateway is released.**
This is a "revert the revert" of #568, bringing back the full grid
trading implementation (Rust core + all bindings) unchanged. Once the
gateway goes live, mark ready and merge.1 parent 78cf6ae commit 266d923
93 files changed
Lines changed: 13638 additions & 197 deletions
File tree
- cpp
- include
- src
- c
- csrc/include
- src
- grid_context
- trade_context
- examples/rust
- grid_trading
- src
- java
- javasrc/src/main/java/com/longbridge
- grid
- trade
- src
- types
- nodejs
- src
- grid
- requests
- trade
- python
- pysrc/longbridge
- src
- grid
- trade
- rust/src
- blocking
- grid
- requests
- trade
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
114 | 133 | | |
115 | 134 | | |
116 | 135 | | |
| |||
143 | 162 | | |
144 | 163 | | |
145 | 164 | | |
| 165 | + | |
146 | 166 | | |
147 | 167 | | |
148 | 168 | | |
| |||
408 | 428 | | |
409 | 429 | | |
410 | 430 | | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
411 | 438 | | |
412 | 439 | | |
413 | 440 | | |
| |||
0 commit comments