Each Trade has an Action, like Buy or Sell, that is generally passed around in API JSON as an Id value. Occasionally, you will see the string value in some areas. Those are defined as follows:
| Id | Value |
| 1 | Buy |
| 2 | Sell |
| 3 | Journal In* |
| 4 | Journal Out* |
Each Trade has an Action, like Buy or Sell, that is generally passed around in API JSON as an Id value. Occasionally, you will see the string value in some areas. Those are defined as follows:
| Id | Value |
| 1 | Buy |
| 2 | Sell |
| 3 | Journal In* |
| 4 | Journal Out* |