Examples ======== Orders ------ Basic example showing order placement and getting order status from orderbook. .. include:: ../../examples/orders.py :literal: Margins ------- Basic example showing getting margin requirements for a basket of orders. .. include:: ../../examples/margins.py :literal: Data ------ Basic example showing how to get historical data, quotes and security information. .. include:: ../../examples/data.py :literal: WebSocket --------- Basic example showing how to use the WebSocket API. .. include:: ../../examples/ws.py :literal: Daemonized WebSocket -------------------- Basic example showing how to use the WebSocket API in a daemonized process. .. include:: ../../examples/daemonized_ws.py :literal: