oanda-v20-openapi 3.0.25

The full OANDA v20 API Specification. This specification defines how to interact with v20 Accounts, Trades, Orders, Pricing and more.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# TradeClientExtensionsModify

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**trade_id** | Option<**i32**> | The ID of the Trade who's client extensions are to be modified. | [optional]
**client_trade_id** | Option<**String**> | The original Client ID of the Trade who's client extensions are to be modified. | [optional]
**trade_client_extensions_modify** | Option<[**models::ClientExtensions**]ClientExtensions.md> |  | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)