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

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**condition_logic_bind** | **String** | Condition array should end with \"n\"   * a - AND   * o - OR   * n - END  | [optional] [default to null]
**condition_operator** | **String** | optional, operator for the current condition   * >= Greater than or equal to   * <= Less than or equal to  | [optional] [default to null]
**condition_time_zone** | **String** | only needed for some MTA alert condition | [optional] [default to null]
**condition_trigger_method** | **String** | optional, only some type of conditions have triggerMethod | [optional] [default to null]
**condition_type** | **i32** | Types: 1-Price, 3-Time, 4-Margin, 5-Trade, 6-Volume, 7: MTA market 8: MTA Position, 9: MTA Acc. Daily PN&  | [optional] [default to null]
**condition_value** | **String** | can not be empty, can pass default value \"*\" | [optional] [default to null]
**conidex** | **String** | conid and exchange. Format supports conid or conid@exchange | [optional] [default to null]
**contract_description_1** | **String** | Format contract name | [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)