Sha256: 07d9c7b4f19ccb46ca6fd5b2e8b3bd41e7e953c4d0cc824411a601506484ca72
Contents?: true
Size: 1.15 KB
Versions: 53
Compression:
Stored size: 1.15 KB
Contents
[//]: # (CLASS:Intrinio::OptionPriceRealtime) [//]: # (KIND:object) ### Intrinio::OptionPriceRealtime #### Properties [//]: # (START_DEFINITION) Name | Type | Description ------------ | ------------- | ------------- **last** | Float | The price of the last trade **last_size** | Integer | The size of the last trade **last_timestamp** | DateTime | The time of the last trade **volume** | Integer | The cumulative volume of this options contract that traded that day. **ask** | Float | The price of the top ask order **ask_size** | Integer | The size of the top ask order **ask_timestamp** | DateTime | The timestamp of the top ask order **bid** | Float | The price of the top bid order **bid_size** | Integer | The size of the top bid order **bid_timestamp** | DateTime | The time of the top bid order **open_interest** | Integer | The total number of this options contract that are still open. **exercise_style** | String | The exercise style of the option. (\"A\" = \"American\", \"E\" = \"European\") [//]: # (END_DEFINITION)
Version data entries
53 entries across 53 versions & 1 rubygems