| Name | Type | Description | Notes |
|---|---|---|---|
| Datetime | string | Datetime in local market time for equities and in UTC for forex and cryptocurrencies referring to when the bar with specified interval was opened | |
| UpperLine | string | Upper line value | |
| MiddleLine | string | Middle line value | |
| LowerLine | string | Lower line value | |
| Open | Pointer to string | Price at the opening of current bar. Returned when `include_ohlc` is `true`. | [optional] |
| High | Pointer to string | Highest price which occurred during the current bar. Returned when `include_ohlc` is `true`. | [optional] |
| Low | Pointer to string | Lowest price which occurred during the current bar. Returned when `include_ohlc` is `true`. | [optional] |
| Close | Pointer to string | Close price at the end of the bar. Returned when `include_ohlc` is `true`. | [optional] |
| Volume | Pointer to string | Trading volume which occurred during the current bar. Returned when `include_ohlc` is `true`. | [optional] |
func NewGetTimeSeriesKeltner200ResponseValuesInner(datetime string, upperLine string, middleLine string, lowerLine string, ) *GetTimeSeriesKeltner200ResponseValuesInner
NewGetTimeSeriesKeltner200ResponseValuesInner instantiates a new GetTimeSeriesKeltner200ResponseValuesInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGetTimeSeriesKeltner200ResponseValuesInnerWithDefaults() *GetTimeSeriesKeltner200ResponseValuesInner
NewGetTimeSeriesKeltner200ResponseValuesInnerWithDefaults instantiates a new GetTimeSeriesKeltner200ResponseValuesInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *GetTimeSeriesKeltner200ResponseValuesInner) GetDatetime() string
GetDatetime returns the Datetime field if non-nil, zero value otherwise.
func (o *GetTimeSeriesKeltner200ResponseValuesInner) GetDatetimeOk() (*string, bool)
GetDatetimeOk returns a tuple with the Datetime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetTimeSeriesKeltner200ResponseValuesInner) SetDatetime(v string)
SetDatetime sets Datetime field to given value.
func (o *GetTimeSeriesKeltner200ResponseValuesInner) GetUpperLine() string
GetUpperLine returns the UpperLine field if non-nil, zero value otherwise.
func (o *GetTimeSeriesKeltner200ResponseValuesInner) GetUpperLineOk() (*string, bool)
GetUpperLineOk returns a tuple with the UpperLine field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetTimeSeriesKeltner200ResponseValuesInner) SetUpperLine(v string)
SetUpperLine sets UpperLine field to given value.
func (o *GetTimeSeriesKeltner200ResponseValuesInner) GetMiddleLine() string
GetMiddleLine returns the MiddleLine field if non-nil, zero value otherwise.
func (o *GetTimeSeriesKeltner200ResponseValuesInner) GetMiddleLineOk() (*string, bool)
GetMiddleLineOk returns a tuple with the MiddleLine field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetTimeSeriesKeltner200ResponseValuesInner) SetMiddleLine(v string)
SetMiddleLine sets MiddleLine field to given value.
func (o *GetTimeSeriesKeltner200ResponseValuesInner) GetLowerLine() string
GetLowerLine returns the LowerLine field if non-nil, zero value otherwise.
func (o *GetTimeSeriesKeltner200ResponseValuesInner) GetLowerLineOk() (*string, bool)
GetLowerLineOk returns a tuple with the LowerLine field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetTimeSeriesKeltner200ResponseValuesInner) SetLowerLine(v string)
SetLowerLine sets LowerLine field to given value.
func (o *GetTimeSeriesKeltner200ResponseValuesInner) GetOpen() string
GetOpen returns the Open field if non-nil, zero value otherwise.
func (o *GetTimeSeriesKeltner200ResponseValuesInner) GetOpenOk() (*string, bool)
GetOpenOk returns a tuple with the Open field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetTimeSeriesKeltner200ResponseValuesInner) SetOpen(v string)
SetOpen sets Open field to given value.
func (o *GetTimeSeriesKeltner200ResponseValuesInner) HasOpen() bool
HasOpen returns a boolean if a field has been set.
func (o *GetTimeSeriesKeltner200ResponseValuesInner) GetHigh() string
GetHigh returns the High field if non-nil, zero value otherwise.
func (o *GetTimeSeriesKeltner200ResponseValuesInner) GetHighOk() (*string, bool)
GetHighOk returns a tuple with the High field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetTimeSeriesKeltner200ResponseValuesInner) SetHigh(v string)
SetHigh sets High field to given value.
func (o *GetTimeSeriesKeltner200ResponseValuesInner) HasHigh() bool
HasHigh returns a boolean if a field has been set.
func (o *GetTimeSeriesKeltner200ResponseValuesInner) GetLow() string
GetLow returns the Low field if non-nil, zero value otherwise.
func (o *GetTimeSeriesKeltner200ResponseValuesInner) GetLowOk() (*string, bool)
GetLowOk returns a tuple with the Low field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetTimeSeriesKeltner200ResponseValuesInner) SetLow(v string)
SetLow sets Low field to given value.
func (o *GetTimeSeriesKeltner200ResponseValuesInner) HasLow() bool
HasLow returns a boolean if a field has been set.
func (o *GetTimeSeriesKeltner200ResponseValuesInner) GetClose() string
GetClose returns the Close field if non-nil, zero value otherwise.
func (o *GetTimeSeriesKeltner200ResponseValuesInner) GetCloseOk() (*string, bool)
GetCloseOk returns a tuple with the Close field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetTimeSeriesKeltner200ResponseValuesInner) SetClose(v string)
SetClose sets Close field to given value.
func (o *GetTimeSeriesKeltner200ResponseValuesInner) HasClose() bool
HasClose returns a boolean if a field has been set.
func (o *GetTimeSeriesKeltner200ResponseValuesInner) GetVolume() string
GetVolume returns the Volume field if non-nil, zero value otherwise.
func (o *GetTimeSeriesKeltner200ResponseValuesInner) GetVolumeOk() (*string, bool)
GetVolumeOk returns a tuple with the Volume field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetTimeSeriesKeltner200ResponseValuesInner) SetVolume(v string)
SetVolume sets Volume field to given value.
func (o *GetTimeSeriesKeltner200ResponseValuesInner) HasVolume() bool
HasVolume returns a boolean if a field has been set.