We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement routes defined in Trading API account activities docs.
def get_account_activities_by_type(self, type: ActivityType, request: GetAccountActivitiesByTypeRequest) -> List[AccountActivity]: pass def get_account_activities(self, request: GetAccountActivitiesRequest) -> List[AccountActivity]: pass
The text was updated successfully, but these errors were encountered:
Is this going to happen at some point? Or no one cares about their P&L per activity?
Sorry, something went wrong.
I have opened a related issue here #192 Any status is appreciated
is it me, or is this only available in the Broker API?
No branches or pull requests
Implement routes defined in Trading API account activities docs.
The text was updated successfully, but these errors were encountered: