20 lines
684 B
Markdown
20 lines
684 B
Markdown
# fintracker_api.model.InstrumentDetail
|
|
|
|
## Load the model package
|
|
```dart
|
|
import 'package:fintracker_api/api.dart';
|
|
```
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**events** | [**List<EventOut>**](EventOut.md) | |
|
|
**holding** | [**HoldingOut**](HoldingOut.md) | |
|
|
**instrument** | [**InstrumentOut**](InstrumentOut.md) | |
|
|
**lots** | [**List<LotOut>**](LotOut.md) | |
|
|
**prices** | [**List<PricePoint>**](PricePoint.md) | |
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|