Skip to content

Commit

Permalink
change DividendBasicResponse.date to long
Browse files Browse the repository at this point in the history
- fixes #86
  • Loading branch information
vslee committed Dec 12, 2020
1 parent 19b92df commit e719fe2
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -5,6 +5,7 @@ namespace IEXSharp.Model.CoreData.StockFundamentals.Response
{
public class DividendBasicResponse : Dividend
{
public DateTime date { get; set; }
public long? date { get; set; }
public long updated { get; set; }
}
}

1 comment on commit e719fe2

@JamiePrentice
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thought there was a chance I'd beat you to this one @vslee.

Please sign in to comment.