Skip to content

Latest commit

 

History

History
223 lines (120 loc) · 7.34 KB

File metadata and controls

223 lines (120 loc) · 7.34 KB

GetTimeSeriesMinMaxIndex200ResponseValuesInner

Properties

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
Minidx string Index of the lowest value over the specified period
Maxidx string Index of the highest value over the specified period
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]

Methods

NewGetTimeSeriesMinMaxIndex200ResponseValuesInner

func NewGetTimeSeriesMinMaxIndex200ResponseValuesInner(datetime string, minidx string, maxidx string, ) *GetTimeSeriesMinMaxIndex200ResponseValuesInner

NewGetTimeSeriesMinMaxIndex200ResponseValuesInner instantiates a new GetTimeSeriesMinMaxIndex200ResponseValuesInner 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

NewGetTimeSeriesMinMaxIndex200ResponseValuesInnerWithDefaults

func NewGetTimeSeriesMinMaxIndex200ResponseValuesInnerWithDefaults() *GetTimeSeriesMinMaxIndex200ResponseValuesInner

NewGetTimeSeriesMinMaxIndex200ResponseValuesInnerWithDefaults instantiates a new GetTimeSeriesMinMaxIndex200ResponseValuesInner 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

GetDatetime

func (o *GetTimeSeriesMinMaxIndex200ResponseValuesInner) GetDatetime() string

GetDatetime returns the Datetime field if non-nil, zero value otherwise.

GetDatetimeOk

func (o *GetTimeSeriesMinMaxIndex200ResponseValuesInner) 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.

SetDatetime

func (o *GetTimeSeriesMinMaxIndex200ResponseValuesInner) SetDatetime(v string)

SetDatetime sets Datetime field to given value.

GetMinidx

func (o *GetTimeSeriesMinMaxIndex200ResponseValuesInner) GetMinidx() string

GetMinidx returns the Minidx field if non-nil, zero value otherwise.

GetMinidxOk

func (o *GetTimeSeriesMinMaxIndex200ResponseValuesInner) GetMinidxOk() (*string, bool)

GetMinidxOk returns a tuple with the Minidx field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetMinidx

func (o *GetTimeSeriesMinMaxIndex200ResponseValuesInner) SetMinidx(v string)

SetMinidx sets Minidx field to given value.

GetMaxidx

func (o *GetTimeSeriesMinMaxIndex200ResponseValuesInner) GetMaxidx() string

GetMaxidx returns the Maxidx field if non-nil, zero value otherwise.

GetMaxidxOk

func (o *GetTimeSeriesMinMaxIndex200ResponseValuesInner) GetMaxidxOk() (*string, bool)

GetMaxidxOk returns a tuple with the Maxidx field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetMaxidx

func (o *GetTimeSeriesMinMaxIndex200ResponseValuesInner) SetMaxidx(v string)

SetMaxidx sets Maxidx field to given value.

GetOpen

func (o *GetTimeSeriesMinMaxIndex200ResponseValuesInner) GetOpen() string

GetOpen returns the Open field if non-nil, zero value otherwise.

GetOpenOk

func (o *GetTimeSeriesMinMaxIndex200ResponseValuesInner) 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.

SetOpen

func (o *GetTimeSeriesMinMaxIndex200ResponseValuesInner) SetOpen(v string)

SetOpen sets Open field to given value.

HasOpen

func (o *GetTimeSeriesMinMaxIndex200ResponseValuesInner) HasOpen() bool

HasOpen returns a boolean if a field has been set.

GetHigh

func (o *GetTimeSeriesMinMaxIndex200ResponseValuesInner) GetHigh() string

GetHigh returns the High field if non-nil, zero value otherwise.

GetHighOk

func (o *GetTimeSeriesMinMaxIndex200ResponseValuesInner) 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.

SetHigh

func (o *GetTimeSeriesMinMaxIndex200ResponseValuesInner) SetHigh(v string)

SetHigh sets High field to given value.

HasHigh

func (o *GetTimeSeriesMinMaxIndex200ResponseValuesInner) HasHigh() bool

HasHigh returns a boolean if a field has been set.

GetLow

func (o *GetTimeSeriesMinMaxIndex200ResponseValuesInner) GetLow() string

GetLow returns the Low field if non-nil, zero value otherwise.

GetLowOk

func (o *GetTimeSeriesMinMaxIndex200ResponseValuesInner) 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.

SetLow

func (o *GetTimeSeriesMinMaxIndex200ResponseValuesInner) SetLow(v string)

SetLow sets Low field to given value.

HasLow

func (o *GetTimeSeriesMinMaxIndex200ResponseValuesInner) HasLow() bool

HasLow returns a boolean if a field has been set.

GetClose

func (o *GetTimeSeriesMinMaxIndex200ResponseValuesInner) GetClose() string

GetClose returns the Close field if non-nil, zero value otherwise.

GetCloseOk

func (o *GetTimeSeriesMinMaxIndex200ResponseValuesInner) 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.

SetClose

func (o *GetTimeSeriesMinMaxIndex200ResponseValuesInner) SetClose(v string)

SetClose sets Close field to given value.

HasClose

func (o *GetTimeSeriesMinMaxIndex200ResponseValuesInner) HasClose() bool

HasClose returns a boolean if a field has been set.

GetVolume

func (o *GetTimeSeriesMinMaxIndex200ResponseValuesInner) GetVolume() string

GetVolume returns the Volume field if non-nil, zero value otherwise.

GetVolumeOk

func (o *GetTimeSeriesMinMaxIndex200ResponseValuesInner) 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.

SetVolume

func (o *GetTimeSeriesMinMaxIndex200ResponseValuesInner) SetVolume(v string)

SetVolume sets Volume field to given value.

HasVolume

func (o *GetTimeSeriesMinMaxIndex200ResponseValuesInner) HasVolume() bool

HasVolume returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]