schwab_api 0.0.4

An unofficial rust library for Schwab API
Documentation
[
    {
        "accounts": [
            {
                "accountNumber": "string",
                "primaryAccount": false,
                "type": "string",
                "nickName": "string",
                "accountColor": "string",
                "displayAcctId": "string",
                "autoPositionEffect": false
            }
        ],
        "streamerInfo": [
            {
                "streamerSocketUrl": "string",
                "schwabClientCustomerId": "string",
                "schwabClientCorrelId": "string",
                "schwabClientChannel": "string",
                "schwabClientFunctionId": "string"
            }
        ],
        "offers": [
            {
                "level2Permissions": false
            }
        ]
    }
]