Q26 ALPHA-TRADING SYSTEM
Classes | Variables
alphatrading.trading.trader.ibapi.errors Namespace Reference

Classes

class  CodeMsgPair
 

Variables

 ALREADY_CONNECTED = CodeMsgPair(501, "Already connected.")
 
 CONNECT_FAIL
 
 UPDATE_TWS = CodeMsgPair(503, "The TWS is out of date and must be upgraded.")
 
 NOT_CONNECTED = CodeMsgPair(504, "Not connected")
 
 UNKNOWN_ID = CodeMsgPair(505, "Fatal Error: Unknown message id.")
 
 UNSUPPORTED_VERSION = CodeMsgPair(506, "Unsupported version")
 
 BAD_LENGTH = CodeMsgPair(507, "Bad message length")
 
 BAD_MESSAGE = CodeMsgPair(508, "Bad message")
 
 SOCKET_EXCEPTION = CodeMsgPair(509, "Exception caught while reading socket - ")
 
 FAIL_CREATE_SOCK = CodeMsgPair(520, "Failed to create socket")
 
 SSL_FAIL = CodeMsgPair(530, "SSL specific error: ")
 

Detailed Description

Copyright (C) 2019 Interactive Brokers LLC. All rights reserved. This code is subject to the terms
 and conditions of the IB API Non-Commercial License or the IB API Commercial License, as applicable.

Variable Documentation

◆ CONNECT_FAIL

CONNECT_FAIL
Initial value:
1 = CodeMsgPair(502,
2 )