Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JKorf committed Aug 28, 2024
1 parent e6be562 commit ccd76a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ByBit.Net/Objects/Models/V5/BybitPosition.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ private decimal? EntryPrice
[JsonProperty("positionValue")]
public decimal? PositionValue { get; set; }
/// <summary>
/// Trade mode
/// Trade mode. Only valid for Classic and UTA (inverse)
/// </summary>
[JsonConverter(typeof(EnumConverter))]
public TradeMode TradeMode { get; set; }
Expand Down

0 comments on commit ccd76a7

Please sign in to comment.