Skip to content

Latest commit

 

History

History
56 lines (26 loc) · 1.51 KB

OptionInterval.md

File metadata and controls

56 lines (26 loc) · 1.51 KB

OptionInterval

Properties

Name Type Description
openTime OffsetDateTime The UTC timestamp for the time this interval opened.  
closeTime OffsetDateTime The UTC timestamp for the time this interval closed.  
open BigDecimal The first traded contract price in this interval.  
high BigDecimal The highest traded contract price in this interval.  
low BigDecimal The lowest traded contract price in this interval.  
close BigDecimal The last traded contract price in this interval.  
volume BigDecimal The volume of contract trades in this interval.  
average BigDecimal The volume weighted average price of contract trades in this interval.  
change BigDecimal The ratio of Close minus Open to Open.