Skip to content

Commit

Permalink
update sharesnumber to double (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthiee authored Jun 8, 2024
1 parent 83f47fe commit 6be77be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class ETFStockExposureResponse
public string AssetExposure { get; set; }

[JsonPropertyName("sharesNumber")]
public int SharesNumber { get; set; }
public double SharesNumber { get; set; }

[JsonPropertyName("weightPercentage")]
public double WeightPercentage { get; set; }
Expand Down

0 comments on commit 6be77be

Please sign in to comment.