Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 3.8 KB

File metadata and controls

82 lines (45 loc) · 3.8 KB

GetETFsWorldPerformance200ResponseEtfPerformance

Properties

Name Type Description Notes
TrailingReturns Pointer to []GetETFsWorld200ResponseEtfPerformanceTrailingReturnsInner Performance returns of the fund and its category over various trailing time periods [optional]
AnnualTotalReturns Pointer to []GetETFsWorld200ResponseEtfPerformanceAnnualTotalReturnsInner Fund and category total returns (%) for each calendar year [optional]

Methods

NewGetETFsWorldPerformance200ResponseEtfPerformance

func NewGetETFsWorldPerformance200ResponseEtfPerformance() *GetETFsWorldPerformance200ResponseEtfPerformance

NewGetETFsWorldPerformance200ResponseEtfPerformance instantiates a new GetETFsWorldPerformance200ResponseEtfPerformance 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

NewGetETFsWorldPerformance200ResponseEtfPerformanceWithDefaults

func NewGetETFsWorldPerformance200ResponseEtfPerformanceWithDefaults() *GetETFsWorldPerformance200ResponseEtfPerformance

NewGetETFsWorldPerformance200ResponseEtfPerformanceWithDefaults instantiates a new GetETFsWorldPerformance200ResponseEtfPerformance 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

GetTrailingReturns

func (o *GetETFsWorldPerformance200ResponseEtfPerformance) GetTrailingReturns() []GetETFsWorld200ResponseEtfPerformanceTrailingReturnsInner

GetTrailingReturns returns the TrailingReturns field if non-nil, zero value otherwise.

GetTrailingReturnsOk

func (o *GetETFsWorldPerformance200ResponseEtfPerformance) GetTrailingReturnsOk() (*[]GetETFsWorld200ResponseEtfPerformanceTrailingReturnsInner, bool)

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

SetTrailingReturns

func (o *GetETFsWorldPerformance200ResponseEtfPerformance) SetTrailingReturns(v []GetETFsWorld200ResponseEtfPerformanceTrailingReturnsInner)

SetTrailingReturns sets TrailingReturns field to given value.

HasTrailingReturns

func (o *GetETFsWorldPerformance200ResponseEtfPerformance) HasTrailingReturns() bool

HasTrailingReturns returns a boolean if a field has been set.

GetAnnualTotalReturns

func (o *GetETFsWorldPerformance200ResponseEtfPerformance) GetAnnualTotalReturns() []GetETFsWorld200ResponseEtfPerformanceAnnualTotalReturnsInner

GetAnnualTotalReturns returns the AnnualTotalReturns field if non-nil, zero value otherwise.

GetAnnualTotalReturnsOk

func (o *GetETFsWorldPerformance200ResponseEtfPerformance) GetAnnualTotalReturnsOk() (*[]GetETFsWorld200ResponseEtfPerformanceAnnualTotalReturnsInner, bool)

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

SetAnnualTotalReturns

func (o *GetETFsWorldPerformance200ResponseEtfPerformance) SetAnnualTotalReturns(v []GetETFsWorld200ResponseEtfPerformanceAnnualTotalReturnsInner)

SetAnnualTotalReturns sets AnnualTotalReturns field to given value.

HasAnnualTotalReturns

func (o *GetETFsWorldPerformance200ResponseEtfPerformance) HasAnnualTotalReturns() bool

HasAnnualTotalReturns returns a boolean if a field has been set.

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