Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 691 Bytes

OptionTradesResult.md

File metadata and controls

35 lines (18 loc) · 691 Bytes

OptionTradesResult

Properties

Name Type Description
nextPage String The token required to request the next page of the data. If null, no further results are available.  
source String The source of the trades.  
trades [OptionTrades] Array of all the trades in this page of the result.  

Enum: SourceEnum**

Name Value
realtime "realtime"
delayed "delayed"