samjtro / schwab

⚡ fast unofficial schwab traderapi hook
https://pkg.go.dev/github.com/samjtro/schwab
GNU General Public License v2.0
3 stars 0 forks source link

/account/{accountNumber}/transactions/{transactionId} return #52

Closed samjtro closed 3 weeks ago

samjtro commented 3 weeks ago
[
  {
    "activityId": 0,
    "time": "2024-06-11T22:44:28.800Z",
    "user": {
      "cdDomainId": "string",
      "login": "string",
      "type": "ADVISOR_USER",
      "userId": 0,
      "systemUserName": "string",
      "firstName": "string",
      "lastName": "string",
      "brokerRepCode": "string"
    },
    "description": "string",
    "accountNumber": "string",
    "type": "TRADE",
    "status": "VALID",
    "subAccount": "CASH",
    "tradeDate": "2024-06-11T22:44:28.800Z",
    "settlementDate": "2024-06-11T22:44:28.800Z",
    "positionId": 0,
    "orderId": 0,
    "netAmount": 0,
    "activityType": "ACTIVITY_CORRECTION",
    "transferItems": [
      {
        "instrument": {
          "cusip": "string",
          "symbol": "string",
          "description": "string",
          "instrumentId": 0,
          "netChange": 0,
          "type": "SWEEP_VEHICLE"
        },
        "amount": 0,
        "cost": 0,
        "price": 0,
        "feeType": "COMMISSION",
        "positionEffect": "OPENING"
      }
    ]
  }
]
samjtro commented 3 weeks ago

a28e64ddaa26274d12324f504d12d553b606403c