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

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **bool** | should be true if the search is to be performed by name. false by default. | [optional] [default to null]
**sec_type** | **String** | If search is done by name, only the assets provided in this field will be returned. Currently, only STK is supported. | [optional] [default to null]
**symbol** | **String** | symbol or name to be searched | [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)