Skip to content

Commit

Permalink
changed DividendBasicResponse.updated to decimal from long
Browse files Browse the repository at this point in the history
- fixes #117
  • Loading branch information
vslee committed Mar 26, 2022
1 parent af518ed commit 579e3da
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -6,6 +6,6 @@ namespace IEXSharp.Model.CoreData.StockFundamentals.Response
public class DividendBasicResponse : Dividend
{
public long? date { get; set; }
public long updated { get; set; }
public decimal updated { get; set; }
}
}

0 comments on commit 579e3da

Please sign in to comment.