| Name | Type | Description | Notes |
|---|---|---|---|
| Symbol | string | The ticker symbol of an instrument for which data was requested. | |
| Interval | string | The time gap between consecutive data points. | |
| Currency | Pointer to string | The currency of a traded instrument. | [optional] |
| ExchangeTimezone | Pointer to string | The timezone of the exchange where the instrument is traded. | [optional] |
| Exchange | Pointer to string | The exchange name where the instrument is traded. | [optional] |
| MicCode | Pointer to string | The Market Identifier Code (MIC) of the exchange where the instrument is traded. | [optional] |
| Type | string | The asset class to which the instrument belongs. | |
| Indicator | GetTimeSeriesMidPrice200ResponseMetaIndicator |
func NewGetTimeSeriesMidPrice200ResponseMeta(symbol string, interval string, type_ string, indicator GetTimeSeriesMidPrice200ResponseMetaIndicator, ) *GetTimeSeriesMidPrice200ResponseMeta
NewGetTimeSeriesMidPrice200ResponseMeta instantiates a new GetTimeSeriesMidPrice200ResponseMeta 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 NewGetTimeSeriesMidPrice200ResponseMetaWithDefaults() *GetTimeSeriesMidPrice200ResponseMeta
NewGetTimeSeriesMidPrice200ResponseMetaWithDefaults instantiates a new GetTimeSeriesMidPrice200ResponseMeta 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 *GetTimeSeriesMidPrice200ResponseMeta) GetSymbol() string
GetSymbol returns the Symbol field if non-nil, zero value otherwise.
func (o *GetTimeSeriesMidPrice200ResponseMeta) GetSymbolOk() (*string, bool)
GetSymbolOk returns a tuple with the Symbol field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetTimeSeriesMidPrice200ResponseMeta) SetSymbol(v string)
SetSymbol sets Symbol field to given value.
func (o *GetTimeSeriesMidPrice200ResponseMeta) GetInterval() string
GetInterval returns the Interval field if non-nil, zero value otherwise.
func (o *GetTimeSeriesMidPrice200ResponseMeta) GetIntervalOk() (*string, bool)
GetIntervalOk returns a tuple with the Interval field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetTimeSeriesMidPrice200ResponseMeta) SetInterval(v string)
SetInterval sets Interval field to given value.
func (o *GetTimeSeriesMidPrice200ResponseMeta) GetCurrency() string
GetCurrency returns the Currency field if non-nil, zero value otherwise.
func (o *GetTimeSeriesMidPrice200ResponseMeta) GetCurrencyOk() (*string, bool)
GetCurrencyOk returns a tuple with the Currency field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetTimeSeriesMidPrice200ResponseMeta) SetCurrency(v string)
SetCurrency sets Currency field to given value.
func (o *GetTimeSeriesMidPrice200ResponseMeta) HasCurrency() bool
HasCurrency returns a boolean if a field has been set.
func (o *GetTimeSeriesMidPrice200ResponseMeta) GetExchangeTimezone() string
GetExchangeTimezone returns the ExchangeTimezone field if non-nil, zero value otherwise.
func (o *GetTimeSeriesMidPrice200ResponseMeta) GetExchangeTimezoneOk() (*string, bool)
GetExchangeTimezoneOk returns a tuple with the ExchangeTimezone field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetTimeSeriesMidPrice200ResponseMeta) SetExchangeTimezone(v string)
SetExchangeTimezone sets ExchangeTimezone field to given value.
func (o *GetTimeSeriesMidPrice200ResponseMeta) HasExchangeTimezone() bool
HasExchangeTimezone returns a boolean if a field has been set.
func (o *GetTimeSeriesMidPrice200ResponseMeta) GetExchange() string
GetExchange returns the Exchange field if non-nil, zero value otherwise.
func (o *GetTimeSeriesMidPrice200ResponseMeta) GetExchangeOk() (*string, bool)
GetExchangeOk returns a tuple with the Exchange field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetTimeSeriesMidPrice200ResponseMeta) SetExchange(v string)
SetExchange sets Exchange field to given value.
func (o *GetTimeSeriesMidPrice200ResponseMeta) HasExchange() bool
HasExchange returns a boolean if a field has been set.
func (o *GetTimeSeriesMidPrice200ResponseMeta) GetMicCode() string
GetMicCode returns the MicCode field if non-nil, zero value otherwise.
func (o *GetTimeSeriesMidPrice200ResponseMeta) GetMicCodeOk() (*string, bool)
GetMicCodeOk returns a tuple with the MicCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetTimeSeriesMidPrice200ResponseMeta) SetMicCode(v string)
SetMicCode sets MicCode field to given value.
func (o *GetTimeSeriesMidPrice200ResponseMeta) HasMicCode() bool
HasMicCode returns a boolean if a field has been set.
func (o *GetTimeSeriesMidPrice200ResponseMeta) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *GetTimeSeriesMidPrice200ResponseMeta) 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 *GetTimeSeriesMidPrice200ResponseMeta) SetType(v string)
SetType sets Type field to given value.
func (o *GetTimeSeriesMidPrice200ResponseMeta) GetIndicator() GetTimeSeriesMidPrice200ResponseMetaIndicator
GetIndicator returns the Indicator field if non-nil, zero value otherwise.
func (o *GetTimeSeriesMidPrice200ResponseMeta) GetIndicatorOk() (*GetTimeSeriesMidPrice200ResponseMetaIndicator, bool)
GetIndicatorOk returns a tuple with the Indicator field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetTimeSeriesMidPrice200ResponseMeta) SetIndicator(v GetTimeSeriesMidPrice200ResponseMetaIndicator)
SetIndicator sets Indicator field to given value.