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

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**base_currency** | **String** |  | [optional] [default to null]
**end** | **String** | end date-- yyyyMMdd | [optional] [default to null]
**id** | **String** |  | [optional] [default to null]
**id_type** | **String** | for example-- acctid | [optional] [default to null]
**returns** | **Vec<f32>** | each value stands for price change percent of corresponding date in dates array | [optional] [default to null]
**start** | **String** | start date-- yyyyMMdd | [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)