Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 3.82 KB

ResponsesPrice.md

File metadata and controls

160 lines (87 loc) · 3.82 KB

ResponsesPrice

Properties

Name Type Description Notes
Close Pointer to string [optional]
High Pointer to string [optional]
Low Pointer to string [optional]
Open Pointer to string [optional]
Time Pointer to time.Time [optional]

Methods

NewResponsesPrice

func NewResponsesPrice() *ResponsesPrice

NewResponsesPrice instantiates a new ResponsesPrice 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

NewResponsesPriceWithDefaults

func NewResponsesPriceWithDefaults() *ResponsesPrice

NewResponsesPriceWithDefaults instantiates a new ResponsesPrice 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

GetClose

func (o *ResponsesPrice) GetClose() string

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

GetCloseOk

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

SetClose sets Close field to given value.

HasClose

func (o *ResponsesPrice) HasClose() bool

HasClose returns a boolean if a field has been set.

GetHigh

func (o *ResponsesPrice) GetHigh() string

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

GetHighOk

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

SetHigh sets High field to given value.

HasHigh

func (o *ResponsesPrice) HasHigh() bool

HasHigh returns a boolean if a field has been set.

GetLow

func (o *ResponsesPrice) GetLow() string

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

GetLowOk

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

SetLow sets Low field to given value.

HasLow

func (o *ResponsesPrice) HasLow() bool

HasLow returns a boolean if a field has been set.

GetOpen

func (o *ResponsesPrice) GetOpen() string

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

GetOpenOk

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

SetOpen sets Open field to given value.

HasOpen

func (o *ResponsesPrice) HasOpen() bool

HasOpen returns a boolean if a field has been set.

GetTime

func (o *ResponsesPrice) GetTime() time.Time

GetTime returns the Time field if non-nil, zero value otherwise.

GetTimeOk

func (o *ResponsesPrice) GetTimeOk() (*time.Time, bool)

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

SetTime

func (o *ResponsesPrice) SetTime(v time.Time)

SetTime sets Time field to given value.

HasTime

func (o *ResponsesPrice) HasTime() bool

HasTime returns a boolean if a field has been set.

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