Guest User

Untitled

a guest
Dec 15th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. class DataPoint
  2. {
  3. public DateTime Date { get; set; }
  4.  
  5. public float High { get; set; }
  6. public float Low { get; set; }
  7. public float Last { get; set; }
  8. }
Add Comment
Please, Sign In to add comment