Skip to content

Latest commit

 

History

History
177 lines (94 loc) · 5.39 KB

File metadata and controls

177 lines (94 loc) · 5.39 KB

GetIncomeStatement200ResponseMeta

Properties

Name Type Description Notes
Symbol string Symbol ticker of the instrument
Name string Name of the company
Currency string Currency of the instrument according to the ISO 4217 standard
Exchange string Exchange where the instrument is traded
MicCode string Market identifier code (MIC) under ISO 10383 standard
ExchangeTimezone string Exchange timezone
Period string Period of the income statement (Annual or Quarterly)

Methods

NewGetIncomeStatement200ResponseMeta

func NewGetIncomeStatement200ResponseMeta(symbol string, name string, currency string, exchange string, micCode string, exchangeTimezone string, period string, ) *GetIncomeStatement200ResponseMeta

NewGetIncomeStatement200ResponseMeta instantiates a new GetIncomeStatement200ResponseMeta 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

NewGetIncomeStatement200ResponseMetaWithDefaults

func NewGetIncomeStatement200ResponseMetaWithDefaults() *GetIncomeStatement200ResponseMeta

NewGetIncomeStatement200ResponseMetaWithDefaults instantiates a new GetIncomeStatement200ResponseMeta 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 *GetIncomeStatement200ResponseMeta) GetSymbol() string

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

GetSymbolOk

func (o *GetIncomeStatement200ResponseMeta) 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 *GetIncomeStatement200ResponseMeta) SetSymbol(v string)

SetSymbol sets Symbol field to given value.

GetName

func (o *GetIncomeStatement200ResponseMeta) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *GetIncomeStatement200ResponseMeta) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetName

func (o *GetIncomeStatement200ResponseMeta) SetName(v string)

SetName sets Name field to given value.

GetCurrency

func (o *GetIncomeStatement200ResponseMeta) GetCurrency() string

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

GetCurrencyOk

func (o *GetIncomeStatement200ResponseMeta) 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 *GetIncomeStatement200ResponseMeta) SetCurrency(v string)

SetCurrency sets Currency field to given value.

GetExchange

func (o *GetIncomeStatement200ResponseMeta) GetExchange() string

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

GetExchangeOk

func (o *GetIncomeStatement200ResponseMeta) 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 *GetIncomeStatement200ResponseMeta) SetExchange(v string)

SetExchange sets Exchange field to given value.

GetMicCode

func (o *GetIncomeStatement200ResponseMeta) GetMicCode() string

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

GetMicCodeOk

func (o *GetIncomeStatement200ResponseMeta) 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 *GetIncomeStatement200ResponseMeta) SetMicCode(v string)

SetMicCode sets MicCode field to given value.

GetExchangeTimezone

func (o *GetIncomeStatement200ResponseMeta) GetExchangeTimezone() string

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

GetExchangeTimezoneOk

func (o *GetIncomeStatement200ResponseMeta) 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 *GetIncomeStatement200ResponseMeta) SetExchangeTimezone(v string)

SetExchangeTimezone sets ExchangeTimezone field to given value.

GetPeriod

func (o *GetIncomeStatement200ResponseMeta) GetPeriod() string

GetPeriod returns the Period field if non-nil, zero value otherwise.

GetPeriodOk

func (o *GetIncomeStatement200ResponseMeta) GetPeriodOk() (*string, bool)

GetPeriodOk returns a tuple with the Period field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPeriod

func (o *GetIncomeStatement200ResponseMeta) SetPeriod(v string)

SetPeriod sets Period field to given value.

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