Skip to content

Commit

Permalink
refactor: add setter for profit to ITradeRecord
Browse files Browse the repository at this point in the history
  • Loading branch information
jirikostiha committed Nov 14, 2024
1 parent 8437617 commit 356e82e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SyncAPIConnector/abstraction/ITradeRecord.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public interface ITradeRecord : ISymbol, IPosition

DateTimeOffset? OpenTime { get; }

double? Profit { get; }
double? Profit { get; set; }

double? Sl { get; }

Expand Down

0 comments on commit 356e82e

Please sign in to comment.