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

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**conidex** | **String** | conid and exchange. Format supports conid or conid@exchange | [optional] [default to null]
**logic_bind** | **String** | \"a\" means \"AND\", \"o\" means \"OR\", \"n\" means \"END\", the last one condition in the condition array should \"n\"  | [optional] [default to null]
**operator** | **String** | optional, operator for the current condition, can be >= or <= | [optional] [default to null]
**time_zone** | **String** | only needed for some MTA alert condition | [optional] [default to null]
**trigger_method** | **String** | optional, only some type of conditions have triggerMethod | [optional] [default to null]
**_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]
**value** | **String** | can not be empty, can pass default value \"*\" | [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)