We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ff230c commit b4467fcCopy full SHA for b4467fc
1 file changed
Common/Brokerages/BrokerageName.cs
@@ -154,11 +154,6 @@ public enum BrokerageName
154
/// </summary>
155
Bybit,
156
157
- /// <summary>
158
- /// Bybit Inverse Futures COIN-Margined contracts are settled and collateralized in their base cryptocurrency.
159
- /// </summary>
160
- BybitInverseFutures,
161
-
162
/// <summary>
163
/// Transaction and submit/execution rules will use Eze models
164
@@ -202,6 +197,11 @@ public enum BrokerageName
202
197
203
198
/// Transaction and submit/execution rules will use dYdX models
204
199
205
- DYDX
200
+ DYDX,
201
+
+ /// <summary>
+ /// Bybit Inverse Futures COIN-Margined contracts are settled and collateralized in their base cryptocurrency.
+ /// </summary>
+ BybitInverseFutures,
206
}
207
0 commit comments