Connection
<< Click to Display Table of Contents >> Connection |
The Connection class can be used to monitor connection related events as well as accessing connection related information.
Cancels all orders |
|
Connects to a connection |
|
Event handler for connection status updates |
List of accounts from the connection |
|
Disconnects from the connection |
|
The connection's configuration options |
|
A ConnectionStatus representing the status of the price feed. Possible values are:
ConnectionStatus.Connected ConnectionStatus.Connecting ConnectionStatus.Disconnecting ConnectionStatus.Disconnected |
|
A ConnectionStatus representing the status of the order feed. Possible values are:
ConnectionStatus.Connected ConnectionStatus.Connecting ConnectionStatus.Disconnecting ConnectionStatus.Disconnected |
// Example of accessing information on all connected connections |