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

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**account** | **String** | account id | [optional] [default to null]
**alert_active** | **i32** | Value can only be 0 or 1, 1 means active | [optional] [default to null]
**alert_name** | **String** |  | [optional] [default to null]
**alert_repeatable** | **i32** | whether the alert can be repeatable or not, value can be 1 or 0. 1 means true | [optional] [default to null]
**alert_triggered** | **bool** | whether the alert has been triggered or not | [optional] [default to null]
**order_id** | **i32** |  | [optional] [default to null]
**order_time** | **String** | format, YYYYMMDD-HH:mm:ss, the time when you created the alert  | [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)