Files
fin-tracker/app/packages/api_client/doc/InstrumentOut.md
T
Dmitry bfe74ca47c chore(app): перегенерировать Dart-клиент
Портфели, создание счетов, ручные события, PATCH инструмента, ScopeCardOut, MetricsStatusOut, логотипы в HoldingOut.
2026-09-19 22:14:07 +03:00

34 lines
1.0 KiB
Markdown

# fintracker_api.model.InstrumentOut
## Load the model package
```dart
import 'package:fintracker_api/api.dart';
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**assetClass** | **String** | |
**board** | **String** | |
**country** | **String** | |
**currency** | **String** | |
**exchange** | **String** | |
**figi** | **String** | |
**id** | **int** | |
**isActive** | **bool** | |
**isin** | **String** | |
**issuer** | **String** | |
**logoColor** | **String** | | [optional]
**logoUrl** | **String** | | [optional]
**lot** | **int** | |
**maturityDate** | [**DateTime**](DateTime.md) | |
**name** | **String** | |
**nominal** | **String** | decimal as string |
**nominalCurrency** | **String** | |
**sector** | **String** | |
**ticker** | **String** | |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)