chore(app): перегенерировать Dart-клиент
Портфели, создание счетов, ручные события, PATCH инструмента, ScopeCardOut, MetricsStatusOut, логотипы в HoldingOut.
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
# fintracker_api.model.ManualEventCreate
|
||||
|
||||
## Load the model package
|
||||
```dart
|
||||
import 'package:fintracker_api/api.dart';
|
||||
```
|
||||
|
||||
## Properties
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**accountId** | **int** | |
|
||||
**accruedInterest** | **String** | decimal as string | [optional]
|
||||
**amount** | **String** | decimal as string | [optional]
|
||||
**currency** | **String** | | [optional]
|
||||
**description** | **String** | | [optional]
|
||||
**fee** | **String** | decimal as string | [optional]
|
||||
**instrumentId** | **int** | | [optional]
|
||||
**kind** | [**EventKind**](EventKind.md) | |
|
||||
**price** | **String** | decimal as string | [optional]
|
||||
**quantity** | **String** | decimal as string | [optional]
|
||||
**tradeDate** | [**DateTime**](DateTime.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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user