We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b4aa7e commit aa16a5eCopy full SHA for aa16a5e
src/ExchangeSharp/Model/ExchangeOrderResult.cs
@@ -68,7 +68,7 @@ public sealed class ExchangeOrderResult
68
69
/// <summary>The fees on the order (not a percent).
70
/// E.g. 0.0025 ETH</summary>
71
- public decimal Fees { get; set; }
+ public decimal? Fees { get; set; }
72
73
/// <summary>The currency the fees are in.
74
/// If not set, this is probably the base currency</summary>
0 commit comments