quantpylib.gateway.base
BaseGateway
A base class for creating exchange clients to interact with various markets.
Attributes:
Name | Type | Description |
---|---|---|
clients |
dict
|
A dictionary of exchange clients for different exchanges/brokerages. |
__init__(clients)
Initialize the BaseGateway with exhange clients.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
clients |
dict
|
A dictionary of exchange clients for different exchanges/brokerages. |
required |