You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bindings/cpp/README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ is packaged as a CMake config package and exposes the `OpenPit::openpit` target.
13
13
For an overview and links to all resources, see the project website [openpit.dev](https://openpit.dev/).
14
14
For the C++ API reference, see [the C++ API docs](../../docs/cpp-api/index.html).
15
15
For full project documentation, see [the repository README](https://github.com/openpitkit/pit/blob/main/README.md).
16
-
For conceptual and architectural pages, see [the project wiki](https://github.com/openpitkit/pit/wiki).
16
+
For conceptual and architectural pages, see [the project wiki](https://wiki.openpit.dev/).
17
17
18
18
## Versioning Policy (Pre-1.0)
19
19
@@ -142,15 +142,15 @@ in reverse order when any reject is produced.
142
142
Built-in policies:
143
143
144
144
-`SpotFundsPolicy` -
145
-
[per-account solvency gate over spendable funds](https://github.com/openpitkit/pit/wiki/Spot-Funds)
146
-
-`OrderValidationPolicy` - [structural integrity checks on every order](https://github.com/openpitkit/pit/wiki/Policies#ordervalidationpolicy)
147
-
-`RateLimitPolicy` - [throttle order flow per broker, asset, or account](https://github.com/openpitkit/pit/wiki/Policies#ratelimitpolicy)
148
-
-`OrderSizeLimitPolicy` - [fat-finger caps on quantity and notional](https://github.com/openpitkit/pit/wiki/Policies#ordersizelimitpolicy)
149
-
-`PnlBoundsKillSwitchPolicy` - [halt an account when realized P&L breaches bounds](https://github.com/openpitkit/pit/wiki/Policies#pnlboundskillswitchpolicy)
145
+
[per-account solvency gate over spendable funds](https://wiki.openpit.dev/Spot-Funds/)
146
+
-`OrderValidationPolicy` - [structural integrity checks on every order](https://wiki.openpit.dev/Policies/#ordervalidationpolicy)
147
+
-`RateLimitPolicy` - [throttle order flow per broker, asset, or account](https://wiki.openpit.dev/Policies/#ratelimitpolicy)
148
+
-`OrderSizeLimitPolicy` - [fat-finger caps on quantity and notional](https://wiki.openpit.dev/Policies/#ordersizelimitpolicy)
149
+
-`PnlBoundsKillSwitchPolicy` - [halt an account when realized P&L breaches bounds](https://wiki.openpit.dev/Policies/#pnlboundskillswitchpolicy)
150
150
151
151
The primary integration model is to write project-specific policies against
152
152
the public C++ policy API:
153
-
[Custom C++ policies](https://github.com/openpitkit/pit/wiki/Policy-API#c-interface).
153
+
[Custom C++ policies](https://wiki.openpit.dev/Policy-API/#c-interface).
154
154
155
155
## Usage
156
156
@@ -205,7 +205,7 @@ wrapper owns the default C++ engine adapter and exposes the typed async methods
Copy file name to clipboardExpand all lines: bindings/python/README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ risk checks into trading systems from Python.
10
10
For an overview and links to all resources, see the project website [openpit.dev](https://openpit.dev/).
11
11
For the Python API guide and reference, see [openpit.readthedocs.io](https://openpit.readthedocs.io/en/stable/).
12
12
For full project documentation, see [the repository README](https://github.com/openpitkit/pit/blob/main/README.md).
13
-
For conceptual and architectural pages, see [the project wiki](https://github.com/openpitkit/pit/wiki).
13
+
For conceptual and architectural pages, see [the project wiki](https://wiki.openpit.dev/).
14
14
15
15
## Versioning Policy (Pre‑1.0)
16
16
@@ -133,26 +133,26 @@ order when any reject is produced.
133
133
Built-in policies:
134
134
135
135
-`SpotFundsPolicy` -
136
-
[per-account solvency gate over spendable funds](https://github.com/openpitkit/pit/wiki/Spot-Funds)
137
-
-`OrderValidationPolicy` - [structural integrity checks on every order](https://github.com/openpitkit/pit/wiki/Policies#ordervalidationpolicy)
138
-
-`RateLimitPolicy` - [throttle order flow per broker, asset, or account](https://github.com/openpitkit/pit/wiki/Policies#ratelimitpolicy)
139
-
-`OrderSizeLimitPolicy` - [fat-finger caps on quantity and notional](https://github.com/openpitkit/pit/wiki/Policies#ordersizelimitpolicy)
140
-
-`PnlBoundsKillSwitchPolicy` - [halt an account when realized P&L breaches bounds](https://github.com/openpitkit/pit/wiki/Policies#pnlboundskillswitchpolicy)
136
+
[per-account solvency gate over spendable funds](https://wiki.openpit.dev/Spot-Funds/)
137
+
-`OrderValidationPolicy` - [structural integrity checks on every order](https://wiki.openpit.dev/Policies/#ordervalidationpolicy)
138
+
-`RateLimitPolicy` - [throttle order flow per broker, asset, or account](https://wiki.openpit.dev/Policies/#ratelimitpolicy)
139
+
-`OrderSizeLimitPolicy` - [fat-finger caps on quantity and notional](https://wiki.openpit.dev/Policies/#ordersizelimitpolicy)
140
+
-`PnlBoundsKillSwitchPolicy` - [halt an account when realized P&L breaches bounds](https://wiki.openpit.dev/Policies/#pnlboundskillswitchpolicy)
141
141
142
142
The primary integration model is to write project-specific policies against
0 commit comments