Skip to content

Latest commit

 

History

History
49 lines (23 loc) · 1.22 KB

SecurityIntervalMover.md

File metadata and controls

49 lines (23 loc) · 1.22 KB

SecurityIntervalMover

Properties

Name Type Description
symbol String The ticker symbol for the interval  
change BigDecimal The ratio of Close minus Open to Open.  
open BigDecimal The first traded price in this interval.  
high BigDecimal The highest traded price in this interval.  
low BigDecimal The lowest traded price in this interval.  
close BigDecimal The last traded price in this interval.  
volume BigDecimal The volume of trades in this interval.  
average BigDecimal The volume weighted average price of trades in this interval.