-
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
33dfa0e
commit 895331e
Showing
302 changed files
with
2,173 additions
and
298 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
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,22 @@ | ||
|
||
|
||
[//]: # (CLASS:SecurityReplayFileResult) | ||
|
||
[//]: # (KIND:object) | ||
|
||
### SecurityReplayFileResult | ||
|
||
#### Properties | ||
|
||
[//]: # (START_DEFINITION) | ||
|
||
Name | Type | Description | ||
------------ | ------------- | ------------- | ||
**name** | str | The name of the file. | ||
**url** | str | The url where the file may be downloaded. | ||
**size** | float | The size of the file in bytes. | ||
|
||
[//]: # (END_DEFINITION) | ||
|
||
|
||
|
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,26 @@ | ||
|
||
|
||
[//]: # (CLASS:SecurityTrades) | ||
|
||
[//]: # (KIND:object) | ||
|
||
### SecurityTrades | ||
|
||
#### Properties | ||
|
||
[//]: # (START_DEFINITION) | ||
|
||
Name | Type | Description | ||
------------ | ------------- | ------------- | ||
**symbol** | str | The ticker symbol | ||
**timestamp** | datetime | The UTC timestamp at the time of the trade. | ||
**price** | float | The price of the trade. | ||
**size** | float | The size of the trade. | ||
**total_volume** | float | The total volume of the symbol for the day up to the timestamp point in time. | ||
**market_center** | str | The market center for the trade. | ||
**condition** | str | The condition of the trade. | ||
|
||
[//]: # (END_DEFINITION) | ||
|
||
|
||
|
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,25 @@ | ||
|
||
|
||
[//]: # (CLASS:SecurityTradesResult) | ||
|
||
[//]: # (KIND:object) | ||
|
||
### SecurityTradesResult | ||
|
||
#### Properties | ||
|
||
[//]: # (START_DEFINITION) | ||
|
||
Name | Type | Description | ||
------------ | ------------- | ------------- | ||
**next_page** | str | The token required to request the next page of the data. If null, no further results are available. | ||
**source** | str | The source of the trades. | ||
**trades** | [**list[SecurityTrades]**](SecurityTrades.md) | Array of all the trades in this page of the result. | ||
|
||
[//]: # (END_DEFINITION) | ||
|
||
|
||
[//]: # (CONTAINED_CLASS:SecurityTrades) | ||
|
||
|
||
|
Oops, something went wrong.