oanda-v20-openapi 0.1.0

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
14
# CandlestickData

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**o** | Option<**String**> | The first (open) price in the time-range represented by the candlestick. | [optional]
**h** | Option<**String**> | The highest price in the time-range represented by the candlestick. | [optional]
**l** | Option<**String**> | The lowest price in the time-range represented by the candlestick. | [optional]
**c** | Option<**String**> | The last (closing) price in the time-range represented by the candlestick. | [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)