-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add price member to api::v2::account_activities::NonTradeActivity
It appears that non-trade activities, which the documentation clearly states are anything but FILLs, can also have a price associated with them. We have certainly seen that being the case for stock splits, despite the documentation not making any mention of it. In order to make this member accessible in a structured way and cutting down on the need to parse the associated description, this change a corresponding optional member to the type.
- Loading branch information
Showing
2 changed files
with
7 additions
and
0 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