questrade-client 0.2.1

Async Rust client for the Questrade REST API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "quotes": [
        {
            "symbol": "AAPL",
            "symbolId": 8049,
            "bidPrice": 182.30,
            "askPrice": 182.45,
            "lastTradePrice": 182.40,
            "volume": 52345678,
            "openPrice": 181.50,
            "highPrice": 183.10,
            "lowPrice": 180.90
        }
    ]
}