ib 3.0.0

A Rust client to the Interactive Brokers HTTP REST API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# EventsInner

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**conids** | **Vec<String>** |  | [optional] [default to null]
**data** | [***Value**](Value.md) | will be different for different event types | [optional] [default to null]
**event_key** | **String** | for example 11662135 | [optional] [default to null]
**event_type** | **String** |  | [optional] [default to null]
**index_date** | **String** | for exmple 20180817T040000+0000 | [optional] [default to null]
**index_date_type** | **String** |  | [optional] [default to null]
**source** | **String** | for example RSE | [optional] [default to null]
**status** | **String** |  | [optional] [default to null]
**tooltips** | [***Value**](Value.md) |  | [optional] [default to null]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)