|
int | NO_VALID_ID = -1 |
|
int | MAX_MSG_LEN = 0xFFFFFF |
|
int | UNSET_INTEGER = 2 ** 31 - 1 |
|
| UNSET_DOUBLE = sys.float_info.max |
|
int | UNSET_LONG = 2 ** 63 - 1 |
|
| TickerId = int |
|
| OrderId = int |
|
| TagValueList = list |
|
| FaDataType = int |
|
| FaDataTypeEnum = Enum("N/A", "GROUPS", "PROFILES", "ALIASES") |
|
| MarketDataType = int |
|
| MarketDataTypeEnum = Enum("N/A", "REALTIME", "FROZEN", "DELAYED", "DELAYED_FROZEN") |
|
| Liquidities = int |
|
| LiquiditiesEnum = Enum("None", "Added", "Remove", "RoudedOut") |
|
| SetOfString = set |
|
| SetOfFloat = set |
|
| ListOfOrder = list |
|
| ListOfFamilyCode = list |
|
| ListOfContractDescription = list |
|
| ListOfDepthExchanges = list |
|
| ListOfNewsProviders = list |
|
| SmartComponentMap = dict |
|
| HistogramDataList = list |
|
| ListOfPriceIncrements = list |
|
| ListOfHistoricalTick = list |
|
| ListOfHistoricalTickBidAsk = list |
|
| ListOfHistoricalTickLast = list |
|
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.