| Name | Type | Description | Notes |
|---|---|---|---|
| Default | Pointer to int64 | Specifies parameter value set by default | [optional] |
| MaxRange | Pointer to int64 | If the parameter has upper bound in order to ensure correct calculation | [optional] |
| MinRange | Pointer to int64 | If the parameter has lower bound in order to ensure correct calculation | [optional] |
| Range | Pointer to []string | An array of available parameter values | [optional] |
| Type | Pointer to string | Type of parameter might be <code>string</code>, <code>int</code>, <code>float</code> or <code>array</code> | [optional] |
func NewTechnicalIndicatorsResponseMacdParameter() *TechnicalIndicatorsResponseMacdParameter
NewTechnicalIndicatorsResponseMacdParameter instantiates a new TechnicalIndicatorsResponseMacdParameter 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 NewTechnicalIndicatorsResponseMacdParameterWithDefaults() *TechnicalIndicatorsResponseMacdParameter
NewTechnicalIndicatorsResponseMacdParameterWithDefaults instantiates a new TechnicalIndicatorsResponseMacdParameter 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 *TechnicalIndicatorsResponseMacdParameter) GetDefault() int64
GetDefault returns the Default field if non-nil, zero value otherwise.
func (o *TechnicalIndicatorsResponseMacdParameter) GetDefaultOk() (*int64, bool)
GetDefaultOk returns a tuple with the Default field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TechnicalIndicatorsResponseMacdParameter) SetDefault(v int64)
SetDefault sets Default field to given value.
func (o *TechnicalIndicatorsResponseMacdParameter) HasDefault() bool
HasDefault returns a boolean if a field has been set.
func (o *TechnicalIndicatorsResponseMacdParameter) GetMaxRange() int64
GetMaxRange returns the MaxRange field if non-nil, zero value otherwise.
func (o *TechnicalIndicatorsResponseMacdParameter) GetMaxRangeOk() (*int64, bool)
GetMaxRangeOk returns a tuple with the MaxRange field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TechnicalIndicatorsResponseMacdParameter) SetMaxRange(v int64)
SetMaxRange sets MaxRange field to given value.
func (o *TechnicalIndicatorsResponseMacdParameter) HasMaxRange() bool
HasMaxRange returns a boolean if a field has been set.
func (o *TechnicalIndicatorsResponseMacdParameter) GetMinRange() int64
GetMinRange returns the MinRange field if non-nil, zero value otherwise.
func (o *TechnicalIndicatorsResponseMacdParameter) GetMinRangeOk() (*int64, bool)
GetMinRangeOk returns a tuple with the MinRange field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TechnicalIndicatorsResponseMacdParameter) SetMinRange(v int64)
SetMinRange sets MinRange field to given value.
func (o *TechnicalIndicatorsResponseMacdParameter) HasMinRange() bool
HasMinRange returns a boolean if a field has been set.
func (o *TechnicalIndicatorsResponseMacdParameter) GetRange() []string
GetRange returns the Range field if non-nil, zero value otherwise.
func (o *TechnicalIndicatorsResponseMacdParameter) GetRangeOk() (*[]string, bool)
GetRangeOk returns a tuple with the Range field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TechnicalIndicatorsResponseMacdParameter) SetRange(v []string)
SetRange sets Range field to given value.
func (o *TechnicalIndicatorsResponseMacdParameter) HasRange() bool
HasRange returns a boolean if a field has been set.
func (o *TechnicalIndicatorsResponseMacdParameter) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *TechnicalIndicatorsResponseMacdParameter) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TechnicalIndicatorsResponseMacdParameter) SetType(v string)
SetType sets Type field to given value.
func (o *TechnicalIndicatorsResponseMacdParameter) HasType() bool
HasType returns a boolean if a field has been set.