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

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**currency** | **String** | same as request | [optional] [default to null]
**from** | **f32** | Period start date. Epoch time, GMT | [optional] [default to null]
**id** | **String** | will always be getTransactions | [optional] [default to null]
**includes_real_time** | **bool** | Indicates whether current day and realtime data is included in the result | [optional] [default to null]
**to** | **f32** | Period end date. Epoch time, GMT | [optional] [default to null]
**transactions** | [**Vec<::models::TransactionsTransactions>**]transactions_transactions.md | Sorted by date descending | [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)