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] |
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
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
func (o *ResponsesPrice) GetClose() string
GetClose returns the Close field if non-nil, zero value otherwise.
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.
func (o *ResponsesPrice) SetClose(v string)
SetClose sets Close field to given value.
func (o *ResponsesPrice) HasClose() bool
HasClose returns a boolean if a field has been set.
func (o *ResponsesPrice) GetHigh() string
GetHigh returns the High field if non-nil, zero value otherwise.
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.
func (o *ResponsesPrice) SetHigh(v string)
SetHigh sets High field to given value.
func (o *ResponsesPrice) HasHigh() bool
HasHigh returns a boolean if a field has been set.
func (o *ResponsesPrice) GetLow() string
GetLow returns the Low field if non-nil, zero value otherwise.
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.
func (o *ResponsesPrice) SetLow(v string)
SetLow sets Low field to given value.
func (o *ResponsesPrice) HasLow() bool
HasLow returns a boolean if a field has been set.
func (o *ResponsesPrice) GetOpen() string
GetOpen returns the Open field if non-nil, zero value otherwise.
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.
func (o *ResponsesPrice) SetOpen(v string)
SetOpen sets Open field to given value.
func (o *ResponsesPrice) HasOpen() bool
HasOpen returns a boolean if a field has been set.
func (o *ResponsesPrice) GetTime() time.Time
GetTime returns the Time field if non-nil, zero value otherwise.
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.
func (o *ResponsesPrice) SetTime(v time.Time)
SetTime sets Time field to given value.
func (o *ResponsesPrice) HasTime() bool
HasTime returns a boolean if a field has been set.