mirror of
https://github.com/JKorf/CryptoExchange.Net
synced 2025-09-03 06:01:40 +00:00
Added Id property to SharedPosition model
This commit is contained in:
parent
65457d8df2
commit
cddb4167e4
@ -7,6 +7,10 @@ namespace CryptoExchange.Net.SharedApis
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public record SharedPosition : SharedSymbolModel
|
public record SharedPosition : SharedSymbolModel
|
||||||
{
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// Position id
|
||||||
|
/// </summary>
|
||||||
|
public string? Id { get; set; }
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Current size of the position
|
/// Current size of the position
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user