Skip to content

Commit a01ebdd

Browse files
authored
FTX namespace update (#669)
Modified the namespace of the FTX exchange to be in exchangesharp
1 parent 4022ca4 commit a01ebdd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ExchangeSharp/API/Exchanges/FTX/ExchangeFTXAPI.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
using System.Text.RegularExpressions;
66
using System.Threading.Tasks;
77

8-
namespace ExchangeSharp.API.Exchanges.FTX
8+
namespace ExchangeSharp
99
{
1010
public sealed partial class ExchangeFTXAPI : ExchangeAPI
1111
{

src/ExchangeSharp/API/Exchanges/FTX/FTXExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
namespace ExchangeSharp.API.Exchanges.FTX
1+
namespace ExchangeSharp
22
{
33
/// <summary>
44
/// Extension helper methods.

0 commit comments

Comments
 (0)