diff --git a/CryptoExchange.Net/SharedApis/ResponseModels/SharedPosition.cs b/CryptoExchange.Net/SharedApis/ResponseModels/SharedPosition.cs index 796a77f..b251f71 100644 --- a/CryptoExchange.Net/SharedApis/ResponseModels/SharedPosition.cs +++ b/CryptoExchange.Net/SharedApis/ResponseModels/SharedPosition.cs @@ -7,6 +7,10 @@ namespace CryptoExchange.Net.SharedApis /// public record SharedPosition : SharedSymbolModel { + /// + /// Position id + /// + public string? Id { get; set; } /// /// Current size of the position ///