ib 1.0.0

A Rust client to the Interactive Brokers HTTP REST API
Documentation
# HistoryData

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**start** | **String** | start date time | [optional] [default to null]
**md_availability** | **String** | Market Data Availability. The field may contain two chars. The first char is the primary code: R = Realtime, D = Delayed, Z = Frozen, Y = Frozen Delayed. The second char is the secondary code: P = Snapshot Available, p = Consolidated.  | [optional] [default to null]
**bar_length** | **i32** |  | [optional] [default to null]
**delay** | **i32** |  | [optional] [default to null]
**high** | **String** | price/volume/... | [optional] [default to null]
**low** | **String** | price/volume/... | [optional] [default to null]
**symbol** | **String** |  | [optional] [default to null]
**text** | **String** |  | [optional] [default to null]
**tick_num** | **String** |  | [optional] [default to null]
**time_period** | **String** |  | [optional] [default to null]
**data** | [**Vec<::models::HistorydataData>**]historydata_data.md |  | [optional] [default to null]
**points** | **f32** | total number of points | [optional] [default to null]
**travel_time** | **f32** |  | [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)