| Name | Type | Description | Notes |
|---|---|---|---|
| ParameterName | Pointer to TechnicalIndicatorsResponseMacdOutputValue | [optional] |
func NewTechnicalIndicatorsResponseMacdOutputValues() *TechnicalIndicatorsResponseMacdOutputValues
NewTechnicalIndicatorsResponseMacdOutputValues instantiates a new TechnicalIndicatorsResponseMacdOutputValues 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 NewTechnicalIndicatorsResponseMacdOutputValuesWithDefaults() *TechnicalIndicatorsResponseMacdOutputValues
NewTechnicalIndicatorsResponseMacdOutputValuesWithDefaults instantiates a new TechnicalIndicatorsResponseMacdOutputValues 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 *TechnicalIndicatorsResponseMacdOutputValues) GetParameterName() TechnicalIndicatorsResponseMacdOutputValue
GetParameterName returns the ParameterName field if non-nil, zero value otherwise.
func (o *TechnicalIndicatorsResponseMacdOutputValues) GetParameterNameOk() (*TechnicalIndicatorsResponseMacdOutputValue, bool)
GetParameterNameOk returns a tuple with the ParameterName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TechnicalIndicatorsResponseMacdOutputValues) SetParameterName(v TechnicalIndicatorsResponseMacdOutputValue)
SetParameterName sets ParameterName field to given value.
func (o *TechnicalIndicatorsResponseMacdOutputValues) HasParameterName() bool
HasParameterName returns a boolean if a field has been set.