Skip to content

Latest commit

 

History

History
218 lines (117 loc) · 7.04 KB

File metadata and controls

218 lines (117 loc) · 7.04 KB

GetTimeSeriesMidPrice200ResponseMeta

Properties

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

Methods

NewGetTimeSeriesMidPrice200ResponseMeta

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

NewGetTimeSeriesMidPrice200ResponseMetaWithDefaults

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

GetSymbol

func (o *GetTimeSeriesMidPrice200ResponseMeta) GetSymbol() string

GetSymbol returns the Symbol field if non-nil, zero value otherwise.

GetSymbolOk

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.

SetSymbol

func (o *GetTimeSeriesMidPrice200ResponseMeta) SetSymbol(v string)

SetSymbol sets Symbol field to given value.

GetInterval

func (o *GetTimeSeriesMidPrice200ResponseMeta) GetInterval() string

GetInterval returns the Interval field if non-nil, zero value otherwise.

GetIntervalOk

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.

SetInterval

func (o *GetTimeSeriesMidPrice200ResponseMeta) SetInterval(v string)

SetInterval sets Interval field to given value.

GetCurrency

func (o *GetTimeSeriesMidPrice200ResponseMeta) GetCurrency() string

GetCurrency returns the Currency field if non-nil, zero value otherwise.

GetCurrencyOk

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.

SetCurrency

func (o *GetTimeSeriesMidPrice200ResponseMeta) SetCurrency(v string)

SetCurrency sets Currency field to given value.

HasCurrency

func (o *GetTimeSeriesMidPrice200ResponseMeta) HasCurrency() bool

HasCurrency returns a boolean if a field has been set.

GetExchangeTimezone

func (o *GetTimeSeriesMidPrice200ResponseMeta) GetExchangeTimezone() string

GetExchangeTimezone returns the ExchangeTimezone field if non-nil, zero value otherwise.

GetExchangeTimezoneOk

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.

SetExchangeTimezone

func (o *GetTimeSeriesMidPrice200ResponseMeta) SetExchangeTimezone(v string)

SetExchangeTimezone sets ExchangeTimezone field to given value.

HasExchangeTimezone

func (o *GetTimeSeriesMidPrice200ResponseMeta) HasExchangeTimezone() bool

HasExchangeTimezone returns a boolean if a field has been set.

GetExchange

func (o *GetTimeSeriesMidPrice200ResponseMeta) GetExchange() string

GetExchange returns the Exchange field if non-nil, zero value otherwise.

GetExchangeOk

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.

SetExchange

func (o *GetTimeSeriesMidPrice200ResponseMeta) SetExchange(v string)

SetExchange sets Exchange field to given value.

HasExchange

func (o *GetTimeSeriesMidPrice200ResponseMeta) HasExchange() bool

HasExchange returns a boolean if a field has been set.

GetMicCode

func (o *GetTimeSeriesMidPrice200ResponseMeta) GetMicCode() string

GetMicCode returns the MicCode field if non-nil, zero value otherwise.

GetMicCodeOk

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.

SetMicCode

func (o *GetTimeSeriesMidPrice200ResponseMeta) SetMicCode(v string)

SetMicCode sets MicCode field to given value.

HasMicCode

func (o *GetTimeSeriesMidPrice200ResponseMeta) HasMicCode() bool

HasMicCode returns a boolean if a field has been set.

GetType

func (o *GetTimeSeriesMidPrice200ResponseMeta) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

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.

SetType

func (o *GetTimeSeriesMidPrice200ResponseMeta) SetType(v string)

SetType sets Type field to given value.

GetIndicator

func (o *GetTimeSeriesMidPrice200ResponseMeta) GetIndicator() GetTimeSeriesMidPrice200ResponseMetaIndicator

GetIndicator returns the Indicator field if non-nil, zero value otherwise.

GetIndicatorOk

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.

SetIndicator

func (o *GetTimeSeriesMidPrice200ResponseMeta) SetIndicator(v GetTimeSeriesMidPrice200ResponseMetaIndicator)

SetIndicator sets Indicator field to given value.

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