diff --git a/CoinEx.Net/Clients/FuturesApi/CoinExRestClientFuturesApi.cs b/CoinEx.Net/Clients/FuturesApi/CoinExRestClientFuturesApi.cs index 19a6b86..19154d1 100644 --- a/CoinEx.Net/Clients/FuturesApi/CoinExRestClientFuturesApi.cs +++ b/CoinEx.Net/Clients/FuturesApi/CoinExRestClientFuturesApi.cs @@ -7,8 +7,6 @@ using CryptoExchange.Net.Objects; using CryptoExchange.Net.Authentication; using CoinEx.Net.Objects.Internal; -using CryptoExchange.Net.CommonObjects; -using CryptoExchange.Net.Interfaces.CommonClients; using Microsoft.Extensions.Logging; using CoinEx.Net.Objects.Options; using CryptoExchange.Net.Interfaces; @@ -16,10 +14,6 @@ using CryptoExchange.Net.Clients; using CryptoExchange.Net.Converters.SystemTextJson; using CoinEx.Net.Objects.Models.V2; -using CoinEx.Net.Interfaces.Clients.SpotApiV2; -using CoinEx.Net.Enums; -using System.Linq; -using System.Globalization; using CoinEx.Net.Interfaces.Clients.FuturesApi; namespace CoinEx.Net.Clients.FuturesApi diff --git a/CoinEx.Net/Clients/FuturesApi/CoinExRestClientFuturesApiAccount.cs b/CoinEx.Net/Clients/FuturesApi/CoinExRestClientFuturesApiAccount.cs index 7af4b98..ccc81d4 100644 --- a/CoinEx.Net/Clients/FuturesApi/CoinExRestClientFuturesApiAccount.cs +++ b/CoinEx.Net/Clients/FuturesApi/CoinExRestClientFuturesApiAccount.cs @@ -1,15 +1,10 @@ -using CoinEx.Net.Converters; -using CoinEx.Net.Enums; -using CryptoExchange.Net; +using CoinEx.Net.Enums; using CryptoExchange.Net.Objects; -using Newtonsoft.Json; using System.Collections.Generic; using System.Net.Http; using System.Threading; using System.Threading.Tasks; -using CoinEx.Net.ExtensionMethods; using CoinEx.Net.Objects.Models.V2; -using CoinEx.Net.Interfaces.Clients.SpotApiV2; using System; using CoinEx.Net.Interfaces.Clients.FuturesApi; diff --git a/CoinEx.Net/Clients/FuturesApi/CoinExRestClientFuturesApiExchangeData.cs b/CoinEx.Net/Clients/FuturesApi/CoinExRestClientFuturesApiExchangeData.cs index ca7d67c..2188e80 100644 --- a/CoinEx.Net/Clients/FuturesApi/CoinExRestClientFuturesApiExchangeData.cs +++ b/CoinEx.Net/Clients/FuturesApi/CoinExRestClientFuturesApiExchangeData.cs @@ -5,7 +5,6 @@ using System.Threading.Tasks; using CoinEx.Net.Objects.Models.V2; using CoinEx.Net.Enums; -using CoinEx.Net.Interfaces.Clients.SpotApiV2; using CoinEx.Net.Interfaces.Clients.FuturesApi; using System; diff --git a/CoinEx.Net/Clients/FuturesApi/CoinExRestClientFuturesApiTrading.cs b/CoinEx.Net/Clients/FuturesApi/CoinExRestClientFuturesApiTrading.cs index f73a4c3..46f93ef 100644 --- a/CoinEx.Net/Clients/FuturesApi/CoinExRestClientFuturesApiTrading.cs +++ b/CoinEx.Net/Clients/FuturesApi/CoinExRestClientFuturesApiTrading.cs @@ -1,12 +1,10 @@ using CoinEx.Net.Enums; using CryptoExchange.Net.Objects; -using System.Collections.Generic; using System.Net.Http; using System.Threading; using System.Threading.Tasks; using CoinEx.Net.Objects.Models.V2; using System; -using CoinEx.Net.Interfaces.Clients.SpotApiV2; using CryptoExchange.Net; using CoinEx.Net.Interfaces.Clients.FuturesApi; diff --git a/CoinEx.Net/Clients/FuturesApi/CoinExSocketClientFuturesApi.cs b/CoinEx.Net/Clients/FuturesApi/CoinExSocketClientFuturesApi.cs index f68ae18..86de8e3 100644 --- a/CoinEx.Net/Clients/FuturesApi/CoinExSocketClientFuturesApi.cs +++ b/CoinEx.Net/Clients/FuturesApi/CoinExSocketClientFuturesApi.cs @@ -18,7 +18,6 @@ using CoinEx.Net.Objects.Sockets.V2.Subscriptions; using CoinEx.Net.Objects.Sockets.V2.Queries; using System.Linq; -using CoinEx.Net.Interfaces.Clients.SpotApiV2; using CoinEx.Net.Interfaces.Clients.FuturesApi; namespace CoinEx.Net.Clients.FuturesApi diff --git a/CoinEx.Net/Clients/SpotApiV1/CoinExRestClientSpotApi.cs b/CoinEx.Net/Clients/SpotApiV1/CoinExRestClientSpotApi.cs index 029bb0f..b90e3f8 100644 --- a/CoinEx.Net/Clients/SpotApiV1/CoinExRestClientSpotApi.cs +++ b/CoinEx.Net/Clients/SpotApiV1/CoinExRestClientSpotApi.cs @@ -13,7 +13,6 @@ using CryptoExchange.Net.CommonObjects; using System.Globalization; using CryptoExchange.Net.Interfaces.CommonClients; -using Newtonsoft.Json.Linq; using Microsoft.Extensions.Logging; using CoinEx.Net.Objects.Options; using CryptoExchange.Net.Interfaces; diff --git a/CoinEx.Net/Clients/SpotApiV2/CoinExRestClientSpotApiAccount.cs b/CoinEx.Net/Clients/SpotApiV2/CoinExRestClientSpotApiAccount.cs index 80f14c7..69073ba 100644 --- a/CoinEx.Net/Clients/SpotApiV2/CoinExRestClientSpotApiAccount.cs +++ b/CoinEx.Net/Clients/SpotApiV2/CoinExRestClientSpotApiAccount.cs @@ -1,13 +1,9 @@ -using CoinEx.Net.Converters; -using CoinEx.Net.Enums; -using CryptoExchange.Net; +using CoinEx.Net.Enums; using CryptoExchange.Net.Objects; -using Newtonsoft.Json; using System.Collections.Generic; using System.Net.Http; using System.Threading; using System.Threading.Tasks; -using CoinEx.Net.ExtensionMethods; using CoinEx.Net.Objects.Models.V2; using CoinEx.Net.Interfaces.Clients.SpotApiV2; using System; diff --git a/CoinEx.Net/Clients/SpotApiV2/CoinExRestClientSpotApiTrading.cs b/CoinEx.Net/Clients/SpotApiV2/CoinExRestClientSpotApiTrading.cs index 85ba8e4..9097e32 100644 --- a/CoinEx.Net/Clients/SpotApiV2/CoinExRestClientSpotApiTrading.cs +++ b/CoinEx.Net/Clients/SpotApiV2/CoinExRestClientSpotApiTrading.cs @@ -1,6 +1,5 @@ using CoinEx.Net.Enums; using CryptoExchange.Net.Objects; -using System.Collections.Generic; using System.Net.Http; using System.Threading; using System.Threading.Tasks; diff --git a/CoinEx.Net/CoinExV2AuthenticationProvider.cs b/CoinEx.Net/CoinExV2AuthenticationProvider.cs index 1f49283..8b6e4ec 100644 --- a/CoinEx.Net/CoinExV2AuthenticationProvider.cs +++ b/CoinEx.Net/CoinExV2AuthenticationProvider.cs @@ -4,8 +4,6 @@ using System.Collections.Generic; using System.Net.Http; using CryptoExchange.Net.Objects; -using CryptoExchange.Net.Interfaces; -using CoinEx.Net.Objects.Internal; using System.Linq; using CryptoExchange.Net.Clients; using CryptoExchange.Net.Converters.SystemTextJson; diff --git a/CoinEx.Net/Converters/KlineIntervalConverter.cs b/CoinEx.Net/Converters/KlineIntervalConverter.cs index e72edd0..5be59cd 100644 --- a/CoinEx.Net/Converters/KlineIntervalConverter.cs +++ b/CoinEx.Net/Converters/KlineIntervalConverter.cs @@ -1,5 +1,4 @@ using CoinEx.Net.Enums; -using CryptoExchange.Net.Converters; using System.Collections.Generic; namespace CoinEx.Net.Converters diff --git a/CoinEx.Net/Converters/OrderOptionConverter.cs b/CoinEx.Net/Converters/OrderOptionConverter.cs index ca21116..a7bd0e0 100644 --- a/CoinEx.Net/Converters/OrderOptionConverter.cs +++ b/CoinEx.Net/Converters/OrderOptionConverter.cs @@ -1,5 +1,4 @@ using CoinEx.Net.Enums; -using CryptoExchange.Net.Converters; using System.Collections.Generic; namespace CoinEx.Net.Converters diff --git a/CoinEx.Net/Converters/OrderSideConverter.cs b/CoinEx.Net/Converters/OrderSideConverter.cs index 3af219f..de98942 100644 --- a/CoinEx.Net/Converters/OrderSideConverter.cs +++ b/CoinEx.Net/Converters/OrderSideConverter.cs @@ -1,5 +1,4 @@ using CoinEx.Net.Enums; -using CryptoExchange.Net.Converters; using System.Collections.Generic; namespace CoinEx.Net.Converters diff --git a/CoinEx.Net/Converters/OrderSideIntConverter.cs b/CoinEx.Net/Converters/OrderSideIntConverter.cs index bfafd74..94ea932 100644 --- a/CoinEx.Net/Converters/OrderSideIntConverter.cs +++ b/CoinEx.Net/Converters/OrderSideIntConverter.cs @@ -1,5 +1,4 @@ using CoinEx.Net.Enums; -using CryptoExchange.Net.Converters; using System.Collections.Generic; namespace CoinEx.Net.Converters diff --git a/CoinEx.Net/Converters/OrderStatusConverter.cs b/CoinEx.Net/Converters/OrderStatusConverter.cs index b97d1dc..ecc7ac5 100644 --- a/CoinEx.Net/Converters/OrderStatusConverter.cs +++ b/CoinEx.Net/Converters/OrderStatusConverter.cs @@ -1,5 +1,4 @@ using CoinEx.Net.Enums; -using CryptoExchange.Net.Converters; using System.Collections.Generic; namespace CoinEx.Net.Converters diff --git a/CoinEx.Net/Converters/OrderTypeConverter.cs b/CoinEx.Net/Converters/OrderTypeConverter.cs index e9d799b..0a5efe9 100644 --- a/CoinEx.Net/Converters/OrderTypeConverter.cs +++ b/CoinEx.Net/Converters/OrderTypeConverter.cs @@ -1,5 +1,4 @@ using CoinEx.Net.Enums; -using CryptoExchange.Net.Converters; using System.Collections.Generic; namespace CoinEx.Net.Converters diff --git a/CoinEx.Net/Converters/OrderTypeIntConverter.cs b/CoinEx.Net/Converters/OrderTypeIntConverter.cs index ed02250..a3e15a7 100644 --- a/CoinEx.Net/Converters/OrderTypeIntConverter.cs +++ b/CoinEx.Net/Converters/OrderTypeIntConverter.cs @@ -1,5 +1,4 @@ using CoinEx.Net.Enums; -using CryptoExchange.Net.Converters; using System.Collections.Generic; namespace CoinEx.Net.Converters diff --git a/CoinEx.Net/Converters/TransactionRoleConverter.cs b/CoinEx.Net/Converters/TransactionRoleConverter.cs index da0d9e3..f4df845 100644 --- a/CoinEx.Net/Converters/TransactionRoleConverter.cs +++ b/CoinEx.Net/Converters/TransactionRoleConverter.cs @@ -1,5 +1,4 @@ using CoinEx.Net.Enums; -using CryptoExchange.Net.Converters; using System.Collections.Generic; namespace CoinEx.Net.Converters diff --git a/CoinEx.Net/Converters/UpdateTypeConverter.cs b/CoinEx.Net/Converters/UpdateTypeConverter.cs index a15b1bc..1437c05 100644 --- a/CoinEx.Net/Converters/UpdateTypeConverter.cs +++ b/CoinEx.Net/Converters/UpdateTypeConverter.cs @@ -1,5 +1,4 @@ using CoinEx.Net.Enums; -using CryptoExchange.Net.Converters; using System.Collections.Generic; namespace CoinEx.Net.Converters diff --git a/CoinEx.Net/Converters/WithdrawStatusConverter.cs b/CoinEx.Net/Converters/WithdrawStatusConverter.cs index 9204d56..7b05da3 100644 --- a/CoinEx.Net/Converters/WithdrawStatusConverter.cs +++ b/CoinEx.Net/Converters/WithdrawStatusConverter.cs @@ -1,5 +1,4 @@ using CoinEx.Net.Enums; -using CryptoExchange.Net.Converters; using System.Collections.Generic; namespace CoinEx.Net.Converters diff --git a/CoinEx.Net/Enums/AccountType.cs b/CoinEx.Net/Enums/AccountType.cs index 22751fd..68e0549 100644 --- a/CoinEx.Net/Enums/AccountType.cs +++ b/CoinEx.Net/Enums/AccountType.cs @@ -1,7 +1,4 @@ using CryptoExchange.Net.Attributes; -using System; -using System.Collections.Generic; -using System.Text; namespace CoinEx.Net.Enums { diff --git a/CoinEx.Net/Enums/BorrowStatus.cs b/CoinEx.Net/Enums/BorrowStatus.cs index 8f968ed..5a958c3 100644 --- a/CoinEx.Net/Enums/BorrowStatus.cs +++ b/CoinEx.Net/Enums/BorrowStatus.cs @@ -1,7 +1,4 @@ using CryptoExchange.Net.Attributes; -using System; -using System.Collections.Generic; -using System.Text; namespace CoinEx.Net.Enums { diff --git a/CoinEx.Net/Enums/ContractType.cs b/CoinEx.Net/Enums/ContractType.cs index 7a73fa9..ce7195d 100644 --- a/CoinEx.Net/Enums/ContractType.cs +++ b/CoinEx.Net/Enums/ContractType.cs @@ -1,7 +1,4 @@ using CryptoExchange.Net.Attributes; -using System; -using System.Collections.Generic; -using System.Text; namespace CoinEx.Net.Enums { diff --git a/CoinEx.Net/Enums/DepositStatus.cs b/CoinEx.Net/Enums/DepositStatus.cs index c0d3e86..86b44f4 100644 --- a/CoinEx.Net/Enums/DepositStatus.cs +++ b/CoinEx.Net/Enums/DepositStatus.cs @@ -1,7 +1,4 @@ using CryptoExchange.Net.Attributes; -using System; -using System.Collections.Generic; -using System.Text; namespace CoinEx.Net.Enums { diff --git a/CoinEx.Net/Enums/MarginMode.cs b/CoinEx.Net/Enums/MarginMode.cs index 529b2f9..a2e5f6d 100644 --- a/CoinEx.Net/Enums/MarginMode.cs +++ b/CoinEx.Net/Enums/MarginMode.cs @@ -1,8 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Text; - -namespace CoinEx.Net.Enums +namespace CoinEx.Net.Enums { /// /// Margin mode diff --git a/CoinEx.Net/Enums/MovementMethod.cs b/CoinEx.Net/Enums/MovementMethod.cs index 54cac76..f88e583 100644 --- a/CoinEx.Net/Enums/MovementMethod.cs +++ b/CoinEx.Net/Enums/MovementMethod.cs @@ -1,7 +1,4 @@ using CryptoExchange.Net.Attributes; -using System; -using System.Collections.Generic; -using System.Text; namespace CoinEx.Net.Enums { diff --git a/CoinEx.Net/Enums/OrderStatusV2.cs b/CoinEx.Net/Enums/OrderStatusV2.cs index d8c7d6e..93066e1 100644 --- a/CoinEx.Net/Enums/OrderStatusV2.cs +++ b/CoinEx.Net/Enums/OrderStatusV2.cs @@ -1,7 +1,4 @@ using CryptoExchange.Net.Attributes; -using System; -using System.Collections.Generic; -using System.Text; namespace CoinEx.Net.Enums { diff --git a/CoinEx.Net/Enums/OrderTypeV2.cs b/CoinEx.Net/Enums/OrderTypeV2.cs index 8eafbf2..1ea516b 100644 --- a/CoinEx.Net/Enums/OrderTypeV2.cs +++ b/CoinEx.Net/Enums/OrderTypeV2.cs @@ -1,7 +1,4 @@ using CryptoExchange.Net.Attributes; -using System; -using System.Collections.Generic; -using System.Text; namespace CoinEx.Net.Enums { diff --git a/CoinEx.Net/Enums/OrderUpdateType.cs b/CoinEx.Net/Enums/OrderUpdateType.cs index fbd85a0..1c4c3dc 100644 --- a/CoinEx.Net/Enums/OrderUpdateType.cs +++ b/CoinEx.Net/Enums/OrderUpdateType.cs @@ -1,7 +1,4 @@ using CryptoExchange.Net.Attributes; -using System; -using System.Collections.Generic; -using System.Text; namespace CoinEx.Net.Enums { diff --git a/CoinEx.Net/Enums/PositionSide.cs b/CoinEx.Net/Enums/PositionSide.cs index 2b637af..e13217c 100644 --- a/CoinEx.Net/Enums/PositionSide.cs +++ b/CoinEx.Net/Enums/PositionSide.cs @@ -1,7 +1,4 @@ using CryptoExchange.Net.Attributes; -using System; -using System.Collections.Generic; -using System.Text; namespace CoinEx.Net.Enums { diff --git a/CoinEx.Net/Enums/PositionUpdateType.cs b/CoinEx.Net/Enums/PositionUpdateType.cs index 7e1832c..b0feed9 100644 --- a/CoinEx.Net/Enums/PositionUpdateType.cs +++ b/CoinEx.Net/Enums/PositionUpdateType.cs @@ -1,7 +1,4 @@ using CryptoExchange.Net.Attributes; -using System; -using System.Collections.Generic; -using System.Text; namespace CoinEx.Net.Enums { diff --git a/CoinEx.Net/Enums/PriceType.cs b/CoinEx.Net/Enums/PriceType.cs index ee6adf1..bb9c56a 100644 --- a/CoinEx.Net/Enums/PriceType.cs +++ b/CoinEx.Net/Enums/PriceType.cs @@ -1,7 +1,4 @@ using CryptoExchange.Net.Attributes; -using System; -using System.Collections.Generic; -using System.Text; namespace CoinEx.Net.Enums { diff --git a/CoinEx.Net/Enums/StopOrderUpdateType.cs b/CoinEx.Net/Enums/StopOrderUpdateType.cs index f38b3a9..22d1a15 100644 --- a/CoinEx.Net/Enums/StopOrderUpdateType.cs +++ b/CoinEx.Net/Enums/StopOrderUpdateType.cs @@ -1,7 +1,4 @@ using CryptoExchange.Net.Attributes; -using System; -using System.Collections.Generic; -using System.Text; namespace CoinEx.Net.Enums { diff --git a/CoinEx.Net/Enums/TransferStatus.cs b/CoinEx.Net/Enums/TransferStatus.cs index 8e2672d..2ff4b1f 100644 --- a/CoinEx.Net/Enums/TransferStatus.cs +++ b/CoinEx.Net/Enums/TransferStatus.cs @@ -1,7 +1,4 @@ using CryptoExchange.Net.Attributes; -using System; -using System.Collections.Generic; -using System.Text; namespace CoinEx.Net.Enums { diff --git a/CoinEx.Net/Enums/TriggerDirection.cs b/CoinEx.Net/Enums/TriggerDirection.cs index cbefa03..fce1afc 100644 --- a/CoinEx.Net/Enums/TriggerDirection.cs +++ b/CoinEx.Net/Enums/TriggerDirection.cs @@ -1,7 +1,4 @@ using CryptoExchange.Net.Attributes; -using System; -using System.Collections.Generic; -using System.Text; namespace CoinEx.Net.Enums { diff --git a/CoinEx.Net/Enums/TriggerPriceType.cs b/CoinEx.Net/Enums/TriggerPriceType.cs index 330efd3..69b55c2 100644 --- a/CoinEx.Net/Enums/TriggerPriceType.cs +++ b/CoinEx.Net/Enums/TriggerPriceType.cs @@ -1,7 +1,4 @@ using CryptoExchange.Net.Attributes; -using System; -using System.Collections.Generic; -using System.Text; namespace CoinEx.Net.Enums { diff --git a/CoinEx.Net/Enums/WithdrawStatusV2.cs b/CoinEx.Net/Enums/WithdrawStatusV2.cs index 70c976d..1c6cd19 100644 --- a/CoinEx.Net/Enums/WithdrawStatusV2.cs +++ b/CoinEx.Net/Enums/WithdrawStatusV2.cs @@ -1,7 +1,4 @@ using CryptoExchange.Net.Attributes; -using System; -using System.Collections.Generic; -using System.Text; namespace CoinEx.Net.Enums { diff --git a/CoinEx.Net/ExtensionMethods/CoinExExtensionMethods.cs b/CoinEx.Net/ExtensionMethods/CoinExExtensionMethods.cs index 14917c0..1a1abe0 100644 --- a/CoinEx.Net/ExtensionMethods/CoinExExtensionMethods.cs +++ b/CoinEx.Net/ExtensionMethods/CoinExExtensionMethods.cs @@ -1,7 +1,4 @@ -using System; -using System.Text.RegularExpressions; - -namespace CoinEx.Net.ExtensionMethods +namespace CoinEx.Net.ExtensionMethods { /// /// Extension methods specific to using the CoinEx API diff --git a/CoinEx.Net/Interfaces/Clients/FuturesApi/ICoinExRestClientFuturesApi.cs b/CoinEx.Net/Interfaces/Clients/FuturesApi/ICoinExRestClientFuturesApi.cs index 1fdf92e..8417bf6 100644 --- a/CoinEx.Net/Interfaces/Clients/FuturesApi/ICoinExRestClientFuturesApi.cs +++ b/CoinEx.Net/Interfaces/Clients/FuturesApi/ICoinExRestClientFuturesApi.cs @@ -1,5 +1,4 @@ using CryptoExchange.Net.Interfaces; -using CryptoExchange.Net.Interfaces.CommonClients; using System; namespace CoinEx.Net.Interfaces.Clients.FuturesApi diff --git a/CoinEx.Net/Interfaces/Clients/FuturesApi/ICoinExRestClientFuturesApiAccount.cs b/CoinEx.Net/Interfaces/Clients/FuturesApi/ICoinExRestClientFuturesApiAccount.cs index 3e17381..be6cd4c 100644 --- a/CoinEx.Net/Interfaces/Clients/FuturesApi/ICoinExRestClientFuturesApiAccount.cs +++ b/CoinEx.Net/Interfaces/Clients/FuturesApi/ICoinExRestClientFuturesApiAccount.cs @@ -4,9 +4,6 @@ using CoinEx.Net.Objects.Models.V2; using CoinEx.Net.Enums; using System.Collections.Generic; -using System.Diagnostics.Metrics; -using System.Text.RegularExpressions; -using System; namespace CoinEx.Net.Interfaces.Clients.FuturesApi { diff --git a/CoinEx.Net/Interfaces/Clients/FuturesApi/ICoinExRestClientFuturesApiTrading.cs b/CoinEx.Net/Interfaces/Clients/FuturesApi/ICoinExRestClientFuturesApiTrading.cs index 49b5894..fde1b79 100644 --- a/CoinEx.Net/Interfaces/Clients/FuturesApi/ICoinExRestClientFuturesApiTrading.cs +++ b/CoinEx.Net/Interfaces/Clients/FuturesApi/ICoinExRestClientFuturesApiTrading.cs @@ -3,7 +3,6 @@ using System.Threading; using System.Threading.Tasks; using CoinEx.Net.Objects.Models.V2; -using System.Collections.Generic; using System; namespace CoinEx.Net.Interfaces.Clients.FuturesApi diff --git a/CoinEx.Net/Interfaces/Clients/FuturesApi/ICoinExSocketClientFuturesApi.cs b/CoinEx.Net/Interfaces/Clients/FuturesApi/ICoinExSocketClientFuturesApi.cs index 11e4db0..f61a27d 100644 --- a/CoinEx.Net/Interfaces/Clients/FuturesApi/ICoinExSocketClientFuturesApi.cs +++ b/CoinEx.Net/Interfaces/Clients/FuturesApi/ICoinExSocketClientFuturesApi.cs @@ -2,9 +2,6 @@ using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; -using CoinEx.Net.Enums; -using CoinEx.Net.Objects.Models; -using CoinEx.Net.Objects.Models.Socket; using CoinEx.Net.Objects.Models.V2; using CryptoExchange.Net.Interfaces; using CryptoExchange.Net.Objects; diff --git a/CoinEx.Net/Interfaces/Clients/SpotApiV2/ICoinExRestClientSpotApiAccount.cs b/CoinEx.Net/Interfaces/Clients/SpotApiV2/ICoinExRestClientSpotApiAccount.cs index c743e67..175be40 100644 --- a/CoinEx.Net/Interfaces/Clients/SpotApiV2/ICoinExRestClientSpotApiAccount.cs +++ b/CoinEx.Net/Interfaces/Clients/SpotApiV2/ICoinExRestClientSpotApiAccount.cs @@ -4,8 +4,6 @@ using CoinEx.Net.Objects.Models.V2; using CoinEx.Net.Enums; using System.Collections.Generic; -using System.Diagnostics.Metrics; -using System.Text.RegularExpressions; using System; namespace CoinEx.Net.Interfaces.Clients.SpotApiV2 diff --git a/CoinEx.Net/Interfaces/Clients/SpotApiV2/ICoinExRestClientSpotApiTrading.cs b/CoinEx.Net/Interfaces/Clients/SpotApiV2/ICoinExRestClientSpotApiTrading.cs index 11a12f7..2997424 100644 --- a/CoinEx.Net/Interfaces/Clients/SpotApiV2/ICoinExRestClientSpotApiTrading.cs +++ b/CoinEx.Net/Interfaces/Clients/SpotApiV2/ICoinExRestClientSpotApiTrading.cs @@ -3,7 +3,6 @@ using System.Threading; using System.Threading.Tasks; using CoinEx.Net.Objects.Models.V2; -using System.Collections.Generic; using System; namespace CoinEx.Net.Interfaces.Clients.SpotApiV2 diff --git a/CoinEx.Net/Interfaces/Clients/SpotApiV2/ICoinExSocketClientSpotApi.cs b/CoinEx.Net/Interfaces/Clients/SpotApiV2/ICoinExSocketClientSpotApi.cs index 8086709..261bd6c 100644 --- a/CoinEx.Net/Interfaces/Clients/SpotApiV2/ICoinExSocketClientSpotApi.cs +++ b/CoinEx.Net/Interfaces/Clients/SpotApiV2/ICoinExSocketClientSpotApi.cs @@ -2,9 +2,6 @@ using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; -using CoinEx.Net.Enums; -using CoinEx.Net.Objects.Models; -using CoinEx.Net.Objects.Models.Socket; using CoinEx.Net.Objects.Models.V2; using CryptoExchange.Net.Interfaces; using CryptoExchange.Net.Objects; diff --git a/CoinEx.Net/Objects/Models/CoinExBalance.cs b/CoinEx.Net/Objects/Models/CoinExBalance.cs index 9e33082..17521c9 100644 --- a/CoinEx.Net/Objects/Models/CoinExBalance.cs +++ b/CoinEx.Net/Objects/Models/CoinExBalance.cs @@ -1,6 +1,5 @@ using System; using CoinEx.Net.Converters; -using CryptoExchange.Net.Converters; using Newtonsoft.Json; namespace CoinEx.Net.Objects.Models diff --git a/CoinEx.Net/Objects/Models/CoinExDeposit.cs b/CoinEx.Net/Objects/Models/CoinExDeposit.cs index b6ff9cc..454016b 100644 --- a/CoinEx.Net/Objects/Models/CoinExDeposit.cs +++ b/CoinEx.Net/Objects/Models/CoinExDeposit.cs @@ -1,6 +1,5 @@ using System; using CoinEx.Net.Converters; -using CryptoExchange.Net.Converters; using Newtonsoft.Json; namespace CoinEx.Net.Objects.Models diff --git a/CoinEx.Net/Objects/Models/CoinExDepositAddress.cs b/CoinEx.Net/Objects/Models/CoinExDepositAddress.cs index 8eb805c..500331c 100644 --- a/CoinEx.Net/Objects/Models/CoinExDepositAddress.cs +++ b/CoinEx.Net/Objects/Models/CoinExDepositAddress.cs @@ -1,5 +1,4 @@ using System; -using CryptoExchange.Net.Converters; using Newtonsoft.Json; namespace CoinEx.Net.Objects.Models diff --git a/CoinEx.Net/Objects/Models/CoinExMiningDifficulty.cs b/CoinEx.Net/Objects/Models/CoinExMiningDifficulty.cs index f419732..5aac1b3 100644 --- a/CoinEx.Net/Objects/Models/CoinExMiningDifficulty.cs +++ b/CoinEx.Net/Objects/Models/CoinExMiningDifficulty.cs @@ -1,5 +1,4 @@ using System; -using CryptoExchange.Net.Converters; using Newtonsoft.Json; namespace CoinEx.Net.Objects.Models diff --git a/CoinEx.Net/Objects/Models/CoinExOrder.cs b/CoinEx.Net/Objects/Models/CoinExOrder.cs index edddce0..502150d 100644 --- a/CoinEx.Net/Objects/Models/CoinExOrder.cs +++ b/CoinEx.Net/Objects/Models/CoinExOrder.cs @@ -1,7 +1,6 @@ using System; using CoinEx.Net.Converters; using CoinEx.Net.Enums; -using CryptoExchange.Net.Converters; using Newtonsoft.Json; namespace CoinEx.Net.Objects.Models diff --git a/CoinEx.Net/Objects/Models/CoinExOrderTrade.cs b/CoinEx.Net/Objects/Models/CoinExOrderTrade.cs index 4583573..8f12033 100644 --- a/CoinEx.Net/Objects/Models/CoinExOrderTrade.cs +++ b/CoinEx.Net/Objects/Models/CoinExOrderTrade.cs @@ -1,7 +1,6 @@ using System; using CoinEx.Net.Converters; using CoinEx.Net.Enums; -using CryptoExchange.Net.Converters; using Newtonsoft.Json; namespace CoinEx.Net.Objects.Models diff --git a/CoinEx.Net/Objects/Models/CoinExSymbolState.cs b/CoinEx.Net/Objects/Models/CoinExSymbolState.cs index ea27a3a..2633a45 100644 --- a/CoinEx.Net/Objects/Models/CoinExSymbolState.cs +++ b/CoinEx.Net/Objects/Models/CoinExSymbolState.cs @@ -1,7 +1,6 @@ using System; using System.Collections.Generic; using CoinEx.Net.Converters; -using CryptoExchange.Net.Converters; using Newtonsoft.Json; namespace CoinEx.Net.Objects.Models diff --git a/CoinEx.Net/Objects/Models/CoinExSymbolTrade.cs b/CoinEx.Net/Objects/Models/CoinExSymbolTrade.cs index f628cf3..ca68d8e 100644 --- a/CoinEx.Net/Objects/Models/CoinExSymbolTrade.cs +++ b/CoinEx.Net/Objects/Models/CoinExSymbolTrade.cs @@ -1,7 +1,6 @@ using System; using CoinEx.Net.Converters; using CoinEx.Net.Enums; -using CryptoExchange.Net.Converters; using Newtonsoft.Json; namespace CoinEx.Net.Objects.Models diff --git a/CoinEx.Net/Objects/Models/CoinExWithdrawal.cs b/CoinEx.Net/Objects/Models/CoinExWithdrawal.cs index fd26975..df1a2a2 100644 --- a/CoinEx.Net/Objects/Models/CoinExWithdrawal.cs +++ b/CoinEx.Net/Objects/Models/CoinExWithdrawal.cs @@ -1,7 +1,6 @@ using System; using CoinEx.Net.Converters; using CoinEx.Net.Enums; -using CryptoExchange.Net.Converters; using Newtonsoft.Json; namespace CoinEx.Net.Objects.Models diff --git a/CoinEx.Net/Objects/Models/Socket/CoinExSocketOrder.cs b/CoinEx.Net/Objects/Models/Socket/CoinExSocketOrder.cs index e111bd7..df4c544 100644 --- a/CoinEx.Net/Objects/Models/Socket/CoinExSocketOrder.cs +++ b/CoinEx.Net/Objects/Models/Socket/CoinExSocketOrder.cs @@ -1,7 +1,6 @@ using System; using CoinEx.Net.Converters; using CoinEx.Net.Enums; -using CryptoExchange.Net.Converters; using Newtonsoft.Json; namespace CoinEx.Net.Objects.Models.Socket diff --git a/CoinEx.Net/Objects/Models/Socket/CoinExSocketOrderBook.cs b/CoinEx.Net/Objects/Models/Socket/CoinExSocketOrderBook.cs index 02dcefb..f0042b9 100644 --- a/CoinEx.Net/Objects/Models/Socket/CoinExSocketOrderBook.cs +++ b/CoinEx.Net/Objects/Models/Socket/CoinExSocketOrderBook.cs @@ -1,6 +1,5 @@ using System; using System.Collections.Generic; -using CryptoExchange.Net.Converters; using Newtonsoft.Json; namespace CoinEx.Net.Objects.Models.Socket diff --git a/CoinEx.Net/Objects/Models/Socket/CoinExSocketSymbolTrade.cs b/CoinEx.Net/Objects/Models/Socket/CoinExSocketSymbolTrade.cs index 2f4e537..01de32f 100644 --- a/CoinEx.Net/Objects/Models/Socket/CoinExSocketSymbolTrade.cs +++ b/CoinEx.Net/Objects/Models/Socket/CoinExSocketSymbolTrade.cs @@ -1,7 +1,6 @@ using System; using CoinEx.Net.Converters; using CoinEx.Net.Enums; -using CryptoExchange.Net.Converters; using Newtonsoft.Json; namespace CoinEx.Net.Objects.Models.Socket diff --git a/CoinEx.Net/Objects/Models/V2/CoinExAamLiquidity.cs b/CoinEx.Net/Objects/Models/V2/CoinExAamLiquidity.cs index 77c1c82..79d0425 100644 --- a/CoinEx.Net/Objects/Models/V2/CoinExAamLiquidity.cs +++ b/CoinEx.Net/Objects/Models/V2/CoinExAamLiquidity.cs @@ -1,7 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Text; -using System.Text.Json.Serialization; +using System.Text.Json.Serialization; namespace CoinEx.Net.Objects.Models.V2 { diff --git a/CoinEx.Net/Objects/Models/V2/CoinExBalance.cs b/CoinEx.Net/Objects/Models/V2/CoinExBalance.cs index 0e94d68..8ef11f9 100644 --- a/CoinEx.Net/Objects/Models/V2/CoinExBalance.cs +++ b/CoinEx.Net/Objects/Models/V2/CoinExBalance.cs @@ -1,7 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Text; -using System.Text.Json.Serialization; +using System.Text.Json.Serialization; namespace CoinEx.Net.Objects.Models.V2 { diff --git a/CoinEx.Net/Objects/Models/V2/CoinExBalanceUpdate.cs b/CoinEx.Net/Objects/Models/V2/CoinExBalanceUpdate.cs index 6f19273..e0d5d3c 100644 --- a/CoinEx.Net/Objects/Models/V2/CoinExBalanceUpdate.cs +++ b/CoinEx.Net/Objects/Models/V2/CoinExBalanceUpdate.cs @@ -1,6 +1,5 @@ using System; using System.Collections.Generic; -using System.Text; using System.Text.Json.Serialization; namespace CoinEx.Net.Objects.Models.V2 diff --git a/CoinEx.Net/Objects/Models/V2/CoinExBasis.cs b/CoinEx.Net/Objects/Models/V2/CoinExBasis.cs index a6eb088..c47c52b 100644 --- a/CoinEx.Net/Objects/Models/V2/CoinExBasis.cs +++ b/CoinEx.Net/Objects/Models/V2/CoinExBasis.cs @@ -1,6 +1,4 @@ using System; -using System.Collections.Generic; -using System.Text; using System.Text.Json.Serialization; namespace CoinEx.Net.Objects.Models.V2 diff --git a/CoinEx.Net/Objects/Models/V2/CoinExBookPriceUpdate.cs b/CoinEx.Net/Objects/Models/V2/CoinExBookPriceUpdate.cs index d9bd06d..c8b97c8 100644 --- a/CoinEx.Net/Objects/Models/V2/CoinExBookPriceUpdate.cs +++ b/CoinEx.Net/Objects/Models/V2/CoinExBookPriceUpdate.cs @@ -1,6 +1,4 @@ using System; -using System.Collections.Generic; -using System.Text; using System.Text.Json.Serialization; namespace CoinEx.Net.Objects.Models.V2 diff --git a/CoinEx.Net/Objects/Models/V2/CoinExBorrow.cs b/CoinEx.Net/Objects/Models/V2/CoinExBorrow.cs index da2ec69..82035b4 100644 --- a/CoinEx.Net/Objects/Models/V2/CoinExBorrow.cs +++ b/CoinEx.Net/Objects/Models/V2/CoinExBorrow.cs @@ -1,6 +1,4 @@ using System; -using System.Collections.Generic; -using System.Text; using System.Text.Json.Serialization; using CoinEx.Net.Enums; diff --git a/CoinEx.Net/Objects/Models/V2/CoinExBorrowLimit.cs b/CoinEx.Net/Objects/Models/V2/CoinExBorrowLimit.cs index 5e6bce5..0f0f1b9 100644 --- a/CoinEx.Net/Objects/Models/V2/CoinExBorrowLimit.cs +++ b/CoinEx.Net/Objects/Models/V2/CoinExBorrowLimit.cs @@ -1,7 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Text; -using System.Text.Json.Serialization; +using System.Text.Json.Serialization; namespace CoinEx.Net.Objects.Models.V2 { diff --git a/CoinEx.Net/Objects/Models/V2/CoinExCreditBalance.cs b/CoinEx.Net/Objects/Models/V2/CoinExCreditBalance.cs index 22d548e..9dd53bc 100644 --- a/CoinEx.Net/Objects/Models/V2/CoinExCreditBalance.cs +++ b/CoinEx.Net/Objects/Models/V2/CoinExCreditBalance.cs @@ -1,7 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Text; -using System.Text.Json.Serialization; +using System.Text.Json.Serialization; namespace CoinEx.Net.Objects.Models.V2 { diff --git a/CoinEx.Net/Objects/Models/V2/CoinExDeposit.cs b/CoinEx.Net/Objects/Models/V2/CoinExDeposit.cs index 58941f2..79bdb9a 100644 --- a/CoinEx.Net/Objects/Models/V2/CoinExDeposit.cs +++ b/CoinEx.Net/Objects/Models/V2/CoinExDeposit.cs @@ -1,7 +1,5 @@ using CoinEx.Net.Enums; using System; -using System.Collections.Generic; -using System.Text; using System.Text.Json.Serialization; namespace CoinEx.Net.Objects.Models.V2 diff --git a/CoinEx.Net/Objects/Models/V2/CoinExDepositAddress.cs b/CoinEx.Net/Objects/Models/V2/CoinExDepositAddress.cs index f16d25f..2945784 100644 --- a/CoinEx.Net/Objects/Models/V2/CoinExDepositAddress.cs +++ b/CoinEx.Net/Objects/Models/V2/CoinExDepositAddress.cs @@ -1,7 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Text; -using System.Text.Json.Serialization; +using System.Text.Json.Serialization; namespace CoinEx.Net.Objects.Models.V2 { diff --git a/CoinEx.Net/Objects/Models/V2/CoinExDepositWithdrawalConfig.cs b/CoinEx.Net/Objects/Models/V2/CoinExDepositWithdrawalConfig.cs index e67b2ac..4ce8252 100644 --- a/CoinEx.Net/Objects/Models/V2/CoinExDepositWithdrawalConfig.cs +++ b/CoinEx.Net/Objects/Models/V2/CoinExDepositWithdrawalConfig.cs @@ -1,6 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Text; +using System.Collections.Generic; using System.Text.Json.Serialization; namespace CoinEx.Net.Objects.Models.V2 diff --git a/CoinEx.Net/Objects/Models/V2/CoinExFundingRate.cs b/CoinEx.Net/Objects/Models/V2/CoinExFundingRate.cs index 8958d5f..b29d3a1 100644 --- a/CoinEx.Net/Objects/Models/V2/CoinExFundingRate.cs +++ b/CoinEx.Net/Objects/Models/V2/CoinExFundingRate.cs @@ -1,6 +1,4 @@ using System; -using System.Collections.Generic; -using System.Text; using System.Text.Json.Serialization; namespace CoinEx.Net.Objects.Models.V2 diff --git a/CoinEx.Net/Objects/Models/V2/CoinExFundingRateHistory.cs b/CoinEx.Net/Objects/Models/V2/CoinExFundingRateHistory.cs index 38f2f53..93d1dc5 100644 --- a/CoinEx.Net/Objects/Models/V2/CoinExFundingRateHistory.cs +++ b/CoinEx.Net/Objects/Models/V2/CoinExFundingRateHistory.cs @@ -1,6 +1,4 @@ using System; -using System.Collections.Generic; -using System.Text; using System.Text.Json.Serialization; namespace CoinEx.Net.Objects.Models.V2 diff --git a/CoinEx.Net/Objects/Models/V2/CoinExFuturesBalance.cs b/CoinEx.Net/Objects/Models/V2/CoinExFuturesBalance.cs index 821de95..2bd0e30 100644 --- a/CoinEx.Net/Objects/Models/V2/CoinExFuturesBalance.cs +++ b/CoinEx.Net/Objects/Models/V2/CoinExFuturesBalance.cs @@ -1,7 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Text; -using System.Text.Json.Serialization; +using System.Text.Json.Serialization; namespace CoinEx.Net.Objects.Models.V2 { diff --git a/CoinEx.Net/Objects/Models/V2/CoinExFuturesBalanceUpdate.cs b/CoinEx.Net/Objects/Models/V2/CoinExFuturesBalanceUpdate.cs index b8e1d61..1789eff 100644 --- a/CoinEx.Net/Objects/Models/V2/CoinExFuturesBalanceUpdate.cs +++ b/CoinEx.Net/Objects/Models/V2/CoinExFuturesBalanceUpdate.cs @@ -1,6 +1,5 @@ using System; using System.Collections.Generic; -using System.Text; using System.Text.Json.Serialization; namespace CoinEx.Net.Objects.Models.V2 diff --git a/CoinEx.Net/Objects/Models/V2/CoinExFuturesOrderUpdate.cs b/CoinEx.Net/Objects/Models/V2/CoinExFuturesOrderUpdate.cs index 9bed0be..1b61524 100644 --- a/CoinEx.Net/Objects/Models/V2/CoinExFuturesOrderUpdate.cs +++ b/CoinEx.Net/Objects/Models/V2/CoinExFuturesOrderUpdate.cs @@ -1,7 +1,4 @@ using CoinEx.Net.Enums; -using System; -using System.Collections.Generic; -using System.Text; using System.Text.Json.Serialization; namespace CoinEx.Net.Objects.Models.V2 diff --git a/CoinEx.Net/Objects/Models/V2/CoinExFuturesSymbol.cs b/CoinEx.Net/Objects/Models/V2/CoinExFuturesSymbol.cs index 3cac9a0..ace2c7a 100644 --- a/CoinEx.Net/Objects/Models/V2/CoinExFuturesSymbol.cs +++ b/CoinEx.Net/Objects/Models/V2/CoinExFuturesSymbol.cs @@ -1,6 +1,4 @@ using System; -using System.Collections.Generic; -using System.Text; using System.Text.Json.Serialization; using CoinEx.Net.Enums; diff --git a/CoinEx.Net/Objects/Models/V2/CoinExFuturesTicker.cs b/CoinEx.Net/Objects/Models/V2/CoinExFuturesTicker.cs index bbee8f2..fc44a64 100644 --- a/CoinEx.Net/Objects/Models/V2/CoinExFuturesTicker.cs +++ b/CoinEx.Net/Objects/Models/V2/CoinExFuturesTicker.cs @@ -1,7 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Text; -using System.Text.Json.Serialization; +using System.Text.Json.Serialization; namespace CoinEx.Net.Objects.Models.V2 { diff --git a/CoinEx.Net/Objects/Models/V2/CoinExFuturesTickerUpdate.cs b/CoinEx.Net/Objects/Models/V2/CoinExFuturesTickerUpdate.cs index 5b4e144..de4ce8e 100644 --- a/CoinEx.Net/Objects/Models/V2/CoinExFuturesTickerUpdate.cs +++ b/CoinEx.Net/Objects/Models/V2/CoinExFuturesTickerUpdate.cs @@ -1,6 +1,5 @@ using System; using System.Collections.Generic; -using System.Text; using System.Text.Json.Serialization; namespace CoinEx.Net.Objects.Models.V2 diff --git a/CoinEx.Net/Objects/Models/V2/CoinExIndexPrice.cs b/CoinEx.Net/Objects/Models/V2/CoinExIndexPrice.cs index 044d4a8..323ec4d 100644 --- a/CoinEx.Net/Objects/Models/V2/CoinExIndexPrice.cs +++ b/CoinEx.Net/Objects/Models/V2/CoinExIndexPrice.cs @@ -1,6 +1,5 @@ using System; using System.Collections.Generic; -using System.Text; using System.Text.Json.Serialization; namespace CoinEx.Net.Objects.Models.V2 diff --git a/CoinEx.Net/Objects/Models/V2/CoinExKline.cs b/CoinEx.Net/Objects/Models/V2/CoinExKline.cs index 45a63af..d963a25 100644 --- a/CoinEx.Net/Objects/Models/V2/CoinExKline.cs +++ b/CoinEx.Net/Objects/Models/V2/CoinExKline.cs @@ -1,6 +1,4 @@ using System; -using System.Collections.Generic; -using System.Text; using System.Text.Json.Serialization; namespace CoinEx.Net.Objects.Models.V2 diff --git a/CoinEx.Net/Objects/Models/V2/CoinExLeverage.cs b/CoinEx.Net/Objects/Models/V2/CoinExLeverage.cs index 83a0e76..7a8bdde 100644 --- a/CoinEx.Net/Objects/Models/V2/CoinExLeverage.cs +++ b/CoinEx.Net/Objects/Models/V2/CoinExLeverage.cs @@ -1,7 +1,4 @@ using CoinEx.Net.Enums; -using System; -using System.Collections.Generic; -using System.Text; using System.Text.Json.Serialization; namespace CoinEx.Net.Objects.Models.V2 diff --git a/CoinEx.Net/Objects/Models/V2/CoinExLiquidation.cs b/CoinEx.Net/Objects/Models/V2/CoinExLiquidation.cs index 4445d66..6c1f80e 100644 --- a/CoinEx.Net/Objects/Models/V2/CoinExLiquidation.cs +++ b/CoinEx.Net/Objects/Models/V2/CoinExLiquidation.cs @@ -1,7 +1,5 @@ using CoinEx.Net.Enums; using System; -using System.Collections.Generic; -using System.Text; using System.Text.Json.Serialization; namespace CoinEx.Net.Objects.Models.V2 diff --git a/CoinEx.Net/Objects/Models/V2/CoinExMarginBalance.cs b/CoinEx.Net/Objects/Models/V2/CoinExMarginBalance.cs index da69da0..ddb6e42 100644 --- a/CoinEx.Net/Objects/Models/V2/CoinExMarginBalance.cs +++ b/CoinEx.Net/Objects/Models/V2/CoinExMarginBalance.cs @@ -1,7 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Text; -using System.Text.Json.Serialization; +using System.Text.Json.Serialization; namespace CoinEx.Net.Objects.Models.V2 { diff --git a/CoinEx.Net/Objects/Models/V2/CoinExOrderBook.cs b/CoinEx.Net/Objects/Models/V2/CoinExOrderBook.cs index db1b7d0..d08aa3e 100644 --- a/CoinEx.Net/Objects/Models/V2/CoinExOrderBook.cs +++ b/CoinEx.Net/Objects/Models/V2/CoinExOrderBook.cs @@ -2,7 +2,6 @@ using CryptoExchange.Net.Interfaces; using System; using System.Collections.Generic; -using System.Text; using System.Text.Json.Serialization; namespace CoinEx.Net.Objects.Models.V2 diff --git a/CoinEx.Net/Objects/Models/V2/CoinExOrderUpdate.cs b/CoinEx.Net/Objects/Models/V2/CoinExOrderUpdate.cs index 3f294b0..3cb15cb 100644 --- a/CoinEx.Net/Objects/Models/V2/CoinExOrderUpdate.cs +++ b/CoinEx.Net/Objects/Models/V2/CoinExOrderUpdate.cs @@ -1,7 +1,4 @@ using CoinEx.Net.Enums; -using System; -using System.Collections.Generic; -using System.Text; using System.Text.Json.Serialization; namespace CoinEx.Net.Objects.Models.V2 diff --git a/CoinEx.Net/Objects/Models/V2/CoinExPaginated.cs b/CoinEx.Net/Objects/Models/V2/CoinExPaginated.cs index 27bc6ee..24ff6a4 100644 --- a/CoinEx.Net/Objects/Models/V2/CoinExPaginated.cs +++ b/CoinEx.Net/Objects/Models/V2/CoinExPaginated.cs @@ -1,6 +1,5 @@ using System; using System.Collections.Generic; -using System.Text; namespace CoinEx.Net.Objects.Models.V2 { diff --git a/CoinEx.Net/Objects/Models/V2/CoinExPosition.cs b/CoinEx.Net/Objects/Models/V2/CoinExPosition.cs index 7f9d941..dcbcdb8 100644 --- a/CoinEx.Net/Objects/Models/V2/CoinExPosition.cs +++ b/CoinEx.Net/Objects/Models/V2/CoinExPosition.cs @@ -1,7 +1,5 @@ using CoinEx.Net.Enums; using System; -using System.Collections.Generic; -using System.Text; using System.Text.Json.Serialization; namespace CoinEx.Net.Objects.Models.V2 diff --git a/CoinEx.Net/Objects/Models/V2/CoinExPositionAdl.cs b/CoinEx.Net/Objects/Models/V2/CoinExPositionAdl.cs index 4ebed42..ddff8a0 100644 --- a/CoinEx.Net/Objects/Models/V2/CoinExPositionAdl.cs +++ b/CoinEx.Net/Objects/Models/V2/CoinExPositionAdl.cs @@ -1,6 +1,4 @@ using System; -using System.Collections.Generic; -using System.Text; using System.Text.Json.Serialization; using CoinEx.Net.Enums; diff --git a/CoinEx.Net/Objects/Models/V2/CoinExPositionFundingRate.cs b/CoinEx.Net/Objects/Models/V2/CoinExPositionFundingRate.cs index f829e96..6db9c42 100644 --- a/CoinEx.Net/Objects/Models/V2/CoinExPositionFundingRate.cs +++ b/CoinEx.Net/Objects/Models/V2/CoinExPositionFundingRate.cs @@ -1,6 +1,4 @@ using System; -using System.Collections.Generic; -using System.Text; using System.Text.Json.Serialization; using CoinEx.Net.Enums; diff --git a/CoinEx.Net/Objects/Models/V2/CoinExPositionLevel.cs b/CoinEx.Net/Objects/Models/V2/CoinExPositionLevel.cs index 425fb33..e5e9768 100644 --- a/CoinEx.Net/Objects/Models/V2/CoinExPositionLevel.cs +++ b/CoinEx.Net/Objects/Models/V2/CoinExPositionLevel.cs @@ -1,6 +1,5 @@ using System; using System.Collections.Generic; -using System.Text; using System.Text.Json.Serialization; namespace CoinEx.Net.Objects.Models.V2 diff --git a/CoinEx.Net/Objects/Models/V2/CoinExPositionMargin.cs b/CoinEx.Net/Objects/Models/V2/CoinExPositionMargin.cs index a9e3763..7cd9289 100644 --- a/CoinEx.Net/Objects/Models/V2/CoinExPositionMargin.cs +++ b/CoinEx.Net/Objects/Models/V2/CoinExPositionMargin.cs @@ -1,6 +1,4 @@ using System; -using System.Collections.Generic; -using System.Text; using System.Text.Json.Serialization; using CoinEx.Net.Enums; diff --git a/CoinEx.Net/Objects/Models/V2/CoinExPositionSettlement.cs b/CoinEx.Net/Objects/Models/V2/CoinExPositionSettlement.cs index aeff14c..53f99ef 100644 --- a/CoinEx.Net/Objects/Models/V2/CoinExPositionSettlement.cs +++ b/CoinEx.Net/Objects/Models/V2/CoinExPositionSettlement.cs @@ -1,6 +1,4 @@ using System; -using System.Collections.Generic; -using System.Text; using System.Text.Json.Serialization; using CoinEx.Net.Enums; diff --git a/CoinEx.Net/Objects/Models/V2/CoinExPositionUpdate.cs b/CoinEx.Net/Objects/Models/V2/CoinExPositionUpdate.cs index f011e3b..cb149ec 100644 --- a/CoinEx.Net/Objects/Models/V2/CoinExPositionUpdate.cs +++ b/CoinEx.Net/Objects/Models/V2/CoinExPositionUpdate.cs @@ -1,7 +1,4 @@ using CoinEx.Net.Enums; -using System; -using System.Collections.Generic; -using System.Text; using System.Text.Json.Serialization; namespace CoinEx.Net.Objects.Models.V2 diff --git a/CoinEx.Net/Objects/Models/V2/CoinExStopId.cs b/CoinEx.Net/Objects/Models/V2/CoinExStopId.cs index cc2bf25..8a86ccf 100644 --- a/CoinEx.Net/Objects/Models/V2/CoinExStopId.cs +++ b/CoinEx.Net/Objects/Models/V2/CoinExStopId.cs @@ -1,7 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Text; -using System.Text.Json.Serialization; +using System.Text.Json.Serialization; namespace CoinEx.Net.Objects.Models.V2 { diff --git a/CoinEx.Net/Objects/Models/V2/CoinExStopOrder.cs b/CoinEx.Net/Objects/Models/V2/CoinExStopOrder.cs index cf87465..9a6b945 100644 --- a/CoinEx.Net/Objects/Models/V2/CoinExStopOrder.cs +++ b/CoinEx.Net/Objects/Models/V2/CoinExStopOrder.cs @@ -1,7 +1,5 @@ using CoinEx.Net.Enums; using System; -using System.Collections.Generic; -using System.Text; using System.Text.Json.Serialization; namespace CoinEx.Net.Objects.Models.V2 diff --git a/CoinEx.Net/Objects/Models/V2/CoinExStopOrderUpdate.cs b/CoinEx.Net/Objects/Models/V2/CoinExStopOrderUpdate.cs index 4bbe932..250e5d8 100644 --- a/CoinEx.Net/Objects/Models/V2/CoinExStopOrderUpdate.cs +++ b/CoinEx.Net/Objects/Models/V2/CoinExStopOrderUpdate.cs @@ -1,7 +1,4 @@ using CoinEx.Net.Enums; -using System; -using System.Collections.Generic; -using System.Text; using System.Text.Json.Serialization; namespace CoinEx.Net.Objects.Models.V2 diff --git a/CoinEx.Net/Objects/Models/V2/CoinExTickerUpdate.cs b/CoinEx.Net/Objects/Models/V2/CoinExTickerUpdate.cs index 0b870c1..11630c3 100644 --- a/CoinEx.Net/Objects/Models/V2/CoinExTickerUpdate.cs +++ b/CoinEx.Net/Objects/Models/V2/CoinExTickerUpdate.cs @@ -1,6 +1,5 @@ using System; using System.Collections.Generic; -using System.Text; using System.Text.Json.Serialization; namespace CoinEx.Net.Objects.Models.V2 diff --git a/CoinEx.Net/Objects/Models/V2/CoinExTrade.cs b/CoinEx.Net/Objects/Models/V2/CoinExTrade.cs index 4b4818a..b005eec 100644 --- a/CoinEx.Net/Objects/Models/V2/CoinExTrade.cs +++ b/CoinEx.Net/Objects/Models/V2/CoinExTrade.cs @@ -1,7 +1,6 @@ using CoinEx.Net.Enums; using System; using System.Collections.Generic; -using System.Text; using System.Text.Json.Serialization; namespace CoinEx.Net.Objects.Models.V2 diff --git a/CoinEx.Net/Objects/Models/V2/CoinExTradeFee.cs b/CoinEx.Net/Objects/Models/V2/CoinExTradeFee.cs index d0c7c49..93478c3 100644 --- a/CoinEx.Net/Objects/Models/V2/CoinExTradeFee.cs +++ b/CoinEx.Net/Objects/Models/V2/CoinExTradeFee.cs @@ -1,7 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Text; -using System.Text.Json.Serialization; +using System.Text.Json.Serialization; namespace CoinEx.Net.Objects.Models.V2 { diff --git a/CoinEx.Net/Objects/Models/V2/CoinExTransfer.cs b/CoinEx.Net/Objects/Models/V2/CoinExTransfer.cs index 43b910a..25d73b9 100644 --- a/CoinEx.Net/Objects/Models/V2/CoinExTransfer.cs +++ b/CoinEx.Net/Objects/Models/V2/CoinExTransfer.cs @@ -1,7 +1,5 @@ using CoinEx.Net.Enums; using System; -using System.Collections.Generic; -using System.Text; using System.Text.Json.Serialization; namespace CoinEx.Net.Objects.Models.V2 diff --git a/CoinEx.Net/Objects/Models/V2/CoinExUserTrade.cs b/CoinEx.Net/Objects/Models/V2/CoinExUserTrade.cs index fcdd9f4..881000d 100644 --- a/CoinEx.Net/Objects/Models/V2/CoinExUserTrade.cs +++ b/CoinEx.Net/Objects/Models/V2/CoinExUserTrade.cs @@ -1,7 +1,5 @@ using CoinEx.Net.Enums; using System; -using System.Collections.Generic; -using System.Text; using System.Text.Json.Serialization; namespace CoinEx.Net.Objects.Models.V2 diff --git a/CoinEx.Net/Objects/Models/V2/CoinExWithdrawal.cs b/CoinEx.Net/Objects/Models/V2/CoinExWithdrawal.cs index 79cb456..8b123b6 100644 --- a/CoinEx.Net/Objects/Models/V2/CoinExWithdrawal.cs +++ b/CoinEx.Net/Objects/Models/V2/CoinExWithdrawal.cs @@ -1,7 +1,5 @@ using CoinEx.Net.Enums; using System; -using System.Collections.Generic; -using System.Text; using System.Text.Json.Serialization; namespace CoinEx.Net.Objects.Models.V2 diff --git a/CoinEx.Net/Objects/Sockets/Queries/CoinExQuery.cs b/CoinEx.Net/Objects/Sockets/Queries/CoinExQuery.cs index 54ccdf9..dc04ecf 100644 --- a/CoinEx.Net/Objects/Sockets/Queries/CoinExQuery.cs +++ b/CoinEx.Net/Objects/Sockets/Queries/CoinExQuery.cs @@ -3,7 +3,6 @@ using CryptoExchange.Net.Objects.Sockets; using CryptoExchange.Net.Sockets; using System.Collections.Generic; -using System.Threading.Tasks; namespace CoinEx.Net.Objects.Sockets.Queries { diff --git a/CoinEx.Net/Objects/Sockets/Subscriptions/Balance/CoinExBalanceSubscription.cs b/CoinEx.Net/Objects/Sockets/Subscriptions/Balance/CoinExBalanceSubscription.cs index b193a1d..ac864c2 100644 --- a/CoinEx.Net/Objects/Sockets/Subscriptions/Balance/CoinExBalanceSubscription.cs +++ b/CoinEx.Net/Objects/Sockets/Subscriptions/Balance/CoinExBalanceSubscription.cs @@ -8,7 +8,6 @@ using System; using System.Collections.Generic; using System.Linq; -using System.Threading.Tasks; namespace CoinEx.Net.Objects.Sockets.Subscriptions.Balance { diff --git a/CoinEx.Net/Objects/Sockets/Subscriptions/Deals/CoinExDealsSubscription.cs b/CoinEx.Net/Objects/Sockets/Subscriptions/Deals/CoinExDealsSubscription.cs index 4f2de77..f3afe22 100644 --- a/CoinEx.Net/Objects/Sockets/Subscriptions/Deals/CoinExDealsSubscription.cs +++ b/CoinEx.Net/Objects/Sockets/Subscriptions/Deals/CoinExDealsSubscription.cs @@ -8,7 +8,6 @@ using Microsoft.Extensions.Logging; using System; using System.Collections.Generic; -using System.Threading.Tasks; namespace CoinEx.Net.Objects.Sockets.Subscriptions.Deals { diff --git a/CoinEx.Net/Objects/Sockets/Subscriptions/Depth/CoinExDepthSubscription.cs b/CoinEx.Net/Objects/Sockets/Subscriptions/Depth/CoinExDepthSubscription.cs index f0130a0..f84f6b8 100644 --- a/CoinEx.Net/Objects/Sockets/Subscriptions/Depth/CoinExDepthSubscription.cs +++ b/CoinEx.Net/Objects/Sockets/Subscriptions/Depth/CoinExDepthSubscription.cs @@ -7,7 +7,6 @@ using Microsoft.Extensions.Logging; using System; using System.Collections.Generic; -using System.Threading.Tasks; namespace CoinEx.Net.Objects.Sockets.Subscriptions.Depth { diff --git a/CoinEx.Net/Objects/Sockets/Subscriptions/Orders/CoinExOrderSubscription.cs b/CoinEx.Net/Objects/Sockets/Subscriptions/Orders/CoinExOrderSubscription.cs index d938120..c05061f 100644 --- a/CoinEx.Net/Objects/Sockets/Subscriptions/Orders/CoinExOrderSubscription.cs +++ b/CoinEx.Net/Objects/Sockets/Subscriptions/Orders/CoinExOrderSubscription.cs @@ -8,7 +8,6 @@ using System; using System.Collections.Generic; using System.Linq; -using System.Threading.Tasks; namespace CoinEx.Net.Objects.Sockets.Subscriptions.Orders { diff --git a/CoinEx.Net/Objects/Sockets/Subscriptions/Orders/CoinExOrderUpdate.cs b/CoinEx.Net/Objects/Sockets/Subscriptions/Orders/CoinExOrderUpdate.cs index fb08040..c962fd3 100644 --- a/CoinEx.Net/Objects/Sockets/Subscriptions/Orders/CoinExOrderUpdate.cs +++ b/CoinEx.Net/Objects/Sockets/Subscriptions/Orders/CoinExOrderUpdate.cs @@ -3,7 +3,6 @@ using CoinEx.Net.Objects.Models.Socket; using CryptoExchange.Net.Attributes; using CryptoExchange.Net.Converters; -using CryptoExchange.Net.Converters.JsonNet; using Newtonsoft.Json; namespace CoinEx.Net.Objects.Sockets.Subscriptions.Orders diff --git a/CoinEx.Net/Objects/Sockets/Subscriptions/State/CoinExStateSubscription.cs b/CoinEx.Net/Objects/Sockets/Subscriptions/State/CoinExStateSubscription.cs index f06eb27..4f7de6a 100644 --- a/CoinEx.Net/Objects/Sockets/Subscriptions/State/CoinExStateSubscription.cs +++ b/CoinEx.Net/Objects/Sockets/Subscriptions/State/CoinExStateSubscription.cs @@ -8,7 +8,6 @@ using System; using System.Collections.Generic; using System.Linq; -using System.Threading.Tasks; namespace CoinEx.Net.Objects.Sockets.Subscriptions.State { diff --git a/CoinEx.Net/Objects/Sockets/V2/CoinExSocketResponse.cs b/CoinEx.Net/Objects/Sockets/V2/CoinExSocketResponse.cs index 96aa906..0cc85f8 100644 --- a/CoinEx.Net/Objects/Sockets/V2/CoinExSocketResponse.cs +++ b/CoinEx.Net/Objects/Sockets/V2/CoinExSocketResponse.cs @@ -1,5 +1,4 @@ -using System.Collections.Generic; -using System.Text.Json.Serialization; +using System.Text.Json.Serialization; namespace CoinEx.Net.Objects.Sockets.V2 { diff --git a/CoinEx.Net/Objects/Sockets/V2/CoinExSocketUpdate.cs b/CoinEx.Net/Objects/Sockets/V2/CoinExSocketUpdate.cs index 43ccd12..34ed003 100644 --- a/CoinEx.Net/Objects/Sockets/V2/CoinExSocketUpdate.cs +++ b/CoinEx.Net/Objects/Sockets/V2/CoinExSocketUpdate.cs @@ -1,7 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Text; -using System.Text.Json.Serialization; +using System.Text.Json.Serialization; namespace CoinEx.Net.Objects.Sockets.V2 { diff --git a/CoinEx.Net/Objects/Sockets/V2/Queries/CoinExQuery.cs b/CoinEx.Net/Objects/Sockets/V2/Queries/CoinExQuery.cs index a90447b..dbe8c6f 100644 --- a/CoinEx.Net/Objects/Sockets/V2/Queries/CoinExQuery.cs +++ b/CoinEx.Net/Objects/Sockets/V2/Queries/CoinExQuery.cs @@ -1,10 +1,8 @@ -using CoinEx.Net.Objects.Sockets.V2; -using CryptoExchange.Net; +using CryptoExchange.Net; using CryptoExchange.Net.Objects; using CryptoExchange.Net.Objects.Sockets; using CryptoExchange.Net.Sockets; using System.Collections.Generic; -using System.Threading.Tasks; namespace CoinEx.Net.Objects.Sockets.V2.Queries { diff --git a/CoinEx.Net/Objects/Sockets/V2/Subscriptions/CoinExFuturesTickerSubscription.cs b/CoinEx.Net/Objects/Sockets/V2/Subscriptions/CoinExFuturesTickerSubscription.cs index 5be2f94..b26cd7d 100644 --- a/CoinEx.Net/Objects/Sockets/V2/Subscriptions/CoinExFuturesTickerSubscription.cs +++ b/CoinEx.Net/Objects/Sockets/V2/Subscriptions/CoinExFuturesTickerSubscription.cs @@ -8,7 +8,6 @@ using System; using System.Collections.Generic; using System.Linq; -using System.Threading.Tasks; namespace CoinEx.Net.Objects.Sockets.V2.Subscriptions { diff --git a/CoinEx.Net/Objects/Sockets/V2/Subscriptions/CoinExSubscription.cs b/CoinEx.Net/Objects/Sockets/V2/Subscriptions/CoinExSubscription.cs index 04d5398..3fb3bae 100644 --- a/CoinEx.Net/Objects/Sockets/V2/Subscriptions/CoinExSubscription.cs +++ b/CoinEx.Net/Objects/Sockets/V2/Subscriptions/CoinExSubscription.cs @@ -1,5 +1,4 @@ using CoinEx.Net.Objects.Sockets.V2.Queries; -using CryptoExchange.Net.Converters.MessageParsing; using CryptoExchange.Net.Interfaces; using CryptoExchange.Net.Objects; using CryptoExchange.Net.Objects.Sockets; @@ -8,7 +7,6 @@ using System; using System.Collections.Generic; using System.Linq; -using System.Text; namespace CoinEx.Net.Objects.Sockets.V2.Subscriptions { diff --git a/CoinEx.Net/Objects/Sockets/V2/Subscriptions/CoinExTickerSubscription.cs b/CoinEx.Net/Objects/Sockets/V2/Subscriptions/CoinExTickerSubscription.cs index 49092f5..d374bbd 100644 --- a/CoinEx.Net/Objects/Sockets/V2/Subscriptions/CoinExTickerSubscription.cs +++ b/CoinEx.Net/Objects/Sockets/V2/Subscriptions/CoinExTickerSubscription.cs @@ -8,7 +8,6 @@ using System; using System.Collections.Generic; using System.Linq; -using System.Threading.Tasks; namespace CoinEx.Net.Objects.Sockets.V2.Subscriptions { diff --git a/CoinEx.Net/Objects/Sockets/V2/Subscriptions/CoinExTradesSubscription.cs b/CoinEx.Net/Objects/Sockets/V2/Subscriptions/CoinExTradesSubscription.cs index 0bfa021..c7cd200 100644 --- a/CoinEx.Net/Objects/Sockets/V2/Subscriptions/CoinExTradesSubscription.cs +++ b/CoinEx.Net/Objects/Sockets/V2/Subscriptions/CoinExTradesSubscription.cs @@ -8,7 +8,6 @@ using System; using System.Collections.Generic; using System.Linq; -using System.Threading.Tasks; namespace CoinEx.Net.Objects.Sockets.V2.Subscriptions {