Skip to content

Latest commit

 

History

History
202 lines (109 loc) · 5.87 KB

File metadata and controls

202 lines (109 loc) · 5.87 KB

InlineObject11ValuesInner

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
Cos string COS 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]

Methods

NewInlineObject11ValuesInner

func NewInlineObject11ValuesInner(datetime string, cos string, ) *InlineObject11ValuesInner

NewInlineObject11ValuesInner instantiates a new InlineObject11ValuesInner 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

NewInlineObject11ValuesInnerWithDefaults

func NewInlineObject11ValuesInnerWithDefaults() *InlineObject11ValuesInner

NewInlineObject11ValuesInnerWithDefaults instantiates a new InlineObject11ValuesInner 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 *InlineObject11ValuesInner) GetDatetime() string

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

GetDatetimeOk

func (o *InlineObject11ValuesInner) 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 *InlineObject11ValuesInner) SetDatetime(v string)

SetDatetime sets Datetime field to given value.

GetCos

func (o *InlineObject11ValuesInner) GetCos() string

GetCos returns the Cos field if non-nil, zero value otherwise.

GetCosOk

func (o *InlineObject11ValuesInner) GetCosOk() (*string, bool)

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

SetCos

func (o *InlineObject11ValuesInner) SetCos(v string)

SetCos sets Cos field to given value.

GetOpen

func (o *InlineObject11ValuesInner) GetOpen() string

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

GetOpenOk

func (o *InlineObject11ValuesInner) 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 *InlineObject11ValuesInner) SetOpen(v string)

SetOpen sets Open field to given value.

HasOpen

func (o *InlineObject11ValuesInner) HasOpen() bool

HasOpen returns a boolean if a field has been set.

GetHigh

func (o *InlineObject11ValuesInner) GetHigh() string

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

GetHighOk

func (o *InlineObject11ValuesInner) 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 *InlineObject11ValuesInner) SetHigh(v string)

SetHigh sets High field to given value.

HasHigh

func (o *InlineObject11ValuesInner) HasHigh() bool

HasHigh returns a boolean if a field has been set.

GetLow

func (o *InlineObject11ValuesInner) GetLow() string

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

GetLowOk

func (o *InlineObject11ValuesInner) 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 *InlineObject11ValuesInner) SetLow(v string)

SetLow sets Low field to given value.

HasLow

func (o *InlineObject11ValuesInner) HasLow() bool

HasLow returns a boolean if a field has been set.

GetClose

func (o *InlineObject11ValuesInner) GetClose() string

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

GetCloseOk

func (o *InlineObject11ValuesInner) 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 *InlineObject11ValuesInner) SetClose(v string)

SetClose sets Close field to given value.

HasClose

func (o *InlineObject11ValuesInner) HasClose() bool

HasClose returns a boolean if a field has been set.

GetVolume

func (o *InlineObject11ValuesInner) GetVolume() string

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

GetVolumeOk

func (o *InlineObject11ValuesInner) 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 *InlineObject11ValuesInner) SetVolume(v string)

SetVolume sets Volume field to given value.

HasVolume

func (o *InlineObject11ValuesInner) HasVolume() bool

HasVolume returns a boolean if a field has been set.

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