Skip to content

Commit b4467fc

Browse files
committed
fix: reorder BybitInverseFutures enum entry and fix DYDX
1 parent 1ff230c commit b4467fc

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

Common/Brokerages/BrokerageName.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -154,11 +154,6 @@ public enum BrokerageName
154154
/// </summary>
155155
Bybit,
156156

157-
/// <summary>
158-
/// Bybit Inverse Futures COIN-Margined contracts are settled and collateralized in their base cryptocurrency.
159-
/// </summary>
160-
BybitInverseFutures,
161-
162157
/// <summary>
163158
/// Transaction and submit/execution rules will use Eze models
164159
/// </summary>
@@ -202,6 +197,11 @@ public enum BrokerageName
202197
/// <summary>
203198
/// Transaction and submit/execution rules will use dYdX models
204199
/// </summary>
205-
DYDX
200+
DYDX,
201+
202+
/// <summary>
203+
/// Bybit Inverse Futures COIN-Margined contracts are settled and collateralized in their base cryptocurrency.
204+
/// </summary>
205+
BybitInverseFutures,
206206
}
207207
}

0 commit comments

Comments
 (0)