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
# InlineResponse20035

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**AUTH_TIME** | **f32** | Time of session validation | [optional] [default to null]
**LOGIN_TYPE** | **f32** | 1 for Live, 2 for Paper | [optional] [default to null]
**RESULT** | **bool** | true if session was validated; false if not. | [optional] [default to null]
**USER_ID** | **f32** | User ID | [optional] [default to null]
**USER_NAME** | **String** | Username | [optional] [default to null]
**expire** | **f32** | Time in milliseconds until session expires. Caller needs to call the again to re-validate session | [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)