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

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**D** | **String** | notification date | [optional] [default to null]
**FC** | **String** | FYI code, we can use it to find whether the disclaimer is accepted or not in settings | [optional] [default to null]
**ID** | **String** | unique way to reference this notification | [optional] [default to null]
**MD** | **String** | content of notification | [optional] [default to null]
**MS** | **String** | title of notification | [optional] [default to null]
**R** | **String** | 0-unread, 1-read | [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)