Skip to content

Commit 6be77be

Browse files
authored
update sharesnumber to double (#119)
1 parent 83f47fe commit 6be77be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FinancialModelingPrepApi/Model/Fund/ETFStockExposureResponse.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public class ETFStockExposureResponse
1111
public string AssetExposure { get; set; }
1212

1313
[JsonPropertyName("sharesNumber")]
14-
public int SharesNumber { get; set; }
14+
public double SharesNumber { get; set; }
1515

1616
[JsonPropertyName("weightPercentage")]
1717
public double WeightPercentage { get; set; }

0 commit comments

Comments
 (0)