create_pyramid_app#
- create_pyramid_app(username, password, command_queue, store, metadata, production=False)[source]#
Create WSGI app for Trading Strategy backend.
- Parameters
command_queue (Queue) –
store (JSONFileStore) –
metadata (Metadata) –
- Return type
Router