-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c7f77d9
commit 9e63def
Showing
667 changed files
with
2,396 additions
and
1,518 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
|
||
|
||
[//]: # (CLASS:ApiResponseOptionsPricesByTickerRealtime) | ||
|
||
[//]: # (KIND:object) | ||
|
||
### ApiResponseOptionsPricesByTickerRealtime | ||
|
||
#### Properties | ||
|
||
[//]: # (START_DEFINITION) | ||
|
||
Name | Type | Description | ||
------------ | ------------- | ------------- | ||
**security** | [**SecuritySummary**](SecuritySummary.md) | The Security resolved from the given identifier | ||
**next_page** | str | The token required to request the next page of the data. If null, no further results are available. | ||
**contracts** | [**list[ApiResponseOptionsPriceRealtime]**](ApiResponseOptionsPriceRealtime.md) | The contracts pricing for this security. | ||
|
||
[//]: # (END_DEFINITION) | ||
|
||
|
||
[//]: # (CONTAINED_CLASS:SecuritySummary) | ||
|
||
|
||
[//]: # (CONTAINED_CLASS:ApiResponseOptionsPriceRealtime) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.