Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
arodus committed Nov 24, 2023
1 parent 2c3e33c commit b54823a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ public class BybitInverseFuturesBrokerageHistoryProviderTests : BybitBrokerageHi
{
private static readonly Symbol ETHUSD = Symbol.Create("ETHUSDT", SecurityType.CryptoFuture, Market.Bybit);


private static TestCaseData[] ValidHistory
{
get
Expand All @@ -39,8 +38,7 @@ private static TestCaseData[] ValidHistory
};
}
}



[Test, TestCaseSource(nameof(ValidHistory))]
public override void GetsHistory(Symbol symbol, Resolution resolution, TimeSpan period, TickType tickType)
{
Expand Down
5 changes: 2 additions & 3 deletions QuantConnect.BybitBrokerage/Models/Enums/PositionMode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

using System.Runtime.Serialization;
*/

namespace QuantConnect.BybitBrokerage.Models.Enums;

Expand All @@ -26,6 +24,7 @@ public enum PositionMode
/// One way mode
/// </summary>
MergedSingle = 0,

/// <summary>
/// Hedge mode
/// </summary>
Expand Down

0 comments on commit b54823a

Please sign in to comment.