Skip to content

Latest commit

 

History

History
261 lines (138 loc) · 8.18 KB

HistoricalLpFeesEarned.md

File metadata and controls

261 lines (138 loc) · 8.18 KB

HistoricalLpFeesEarned

Properties

Name Type Description Notes
UserAddress string
AccruedFeesX string
AccruedFeesY string
AccruedFeesL string
AccruedFeesUsd string
VolumeTradedTokenX string
VolumeTradedTokenY string
VolumeTradedUsd string
ShareVolumeTradedTokenX string
ShareVolumeTradedTokenY string
ShareVolumeTradedUsd string

Methods

NewHistoricalLpFeesEarned

func NewHistoricalLpFeesEarned(userAddress string, accruedFeesX string, accruedFeesY string, accruedFeesL string, accruedFeesUsd string, volumeTradedTokenX string, volumeTradedTokenY string, volumeTradedUsd string, shareVolumeTradedTokenX string, shareVolumeTradedTokenY string, shareVolumeTradedUsd string, ) *HistoricalLpFeesEarned

NewHistoricalLpFeesEarned instantiates a new HistoricalLpFeesEarned 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

NewHistoricalLpFeesEarnedWithDefaults

func NewHistoricalLpFeesEarnedWithDefaults() *HistoricalLpFeesEarned

NewHistoricalLpFeesEarnedWithDefaults instantiates a new HistoricalLpFeesEarned 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

GetUserAddress

func (o *HistoricalLpFeesEarned) GetUserAddress() string

GetUserAddress returns the UserAddress field if non-nil, zero value otherwise.

GetUserAddressOk

func (o *HistoricalLpFeesEarned) GetUserAddressOk() (*string, bool)

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

SetUserAddress

func (o *HistoricalLpFeesEarned) SetUserAddress(v string)

SetUserAddress sets UserAddress field to given value.

GetAccruedFeesX

func (o *HistoricalLpFeesEarned) GetAccruedFeesX() string

GetAccruedFeesX returns the AccruedFeesX field if non-nil, zero value otherwise.

GetAccruedFeesXOk

func (o *HistoricalLpFeesEarned) GetAccruedFeesXOk() (*string, bool)

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

SetAccruedFeesX

func (o *HistoricalLpFeesEarned) SetAccruedFeesX(v string)

SetAccruedFeesX sets AccruedFeesX field to given value.

GetAccruedFeesY

func (o *HistoricalLpFeesEarned) GetAccruedFeesY() string

GetAccruedFeesY returns the AccruedFeesY field if non-nil, zero value otherwise.

GetAccruedFeesYOk

func (o *HistoricalLpFeesEarned) GetAccruedFeesYOk() (*string, bool)

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

SetAccruedFeesY

func (o *HistoricalLpFeesEarned) SetAccruedFeesY(v string)

SetAccruedFeesY sets AccruedFeesY field to given value.

GetAccruedFeesL

func (o *HistoricalLpFeesEarned) GetAccruedFeesL() string

GetAccruedFeesL returns the AccruedFeesL field if non-nil, zero value otherwise.

GetAccruedFeesLOk

func (o *HistoricalLpFeesEarned) GetAccruedFeesLOk() (*string, bool)

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

SetAccruedFeesL

func (o *HistoricalLpFeesEarned) SetAccruedFeesL(v string)

SetAccruedFeesL sets AccruedFeesL field to given value.

GetAccruedFeesUsd

func (o *HistoricalLpFeesEarned) GetAccruedFeesUsd() string

GetAccruedFeesUsd returns the AccruedFeesUsd field if non-nil, zero value otherwise.

GetAccruedFeesUsdOk

func (o *HistoricalLpFeesEarned) GetAccruedFeesUsdOk() (*string, bool)

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

SetAccruedFeesUsd

func (o *HistoricalLpFeesEarned) SetAccruedFeesUsd(v string)

SetAccruedFeesUsd sets AccruedFeesUsd field to given value.

GetVolumeTradedTokenX

func (o *HistoricalLpFeesEarned) GetVolumeTradedTokenX() string

GetVolumeTradedTokenX returns the VolumeTradedTokenX field if non-nil, zero value otherwise.

GetVolumeTradedTokenXOk

func (o *HistoricalLpFeesEarned) GetVolumeTradedTokenXOk() (*string, bool)

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

SetVolumeTradedTokenX

func (o *HistoricalLpFeesEarned) SetVolumeTradedTokenX(v string)

SetVolumeTradedTokenX sets VolumeTradedTokenX field to given value.

GetVolumeTradedTokenY

func (o *HistoricalLpFeesEarned) GetVolumeTradedTokenY() string

GetVolumeTradedTokenY returns the VolumeTradedTokenY field if non-nil, zero value otherwise.

GetVolumeTradedTokenYOk

func (o *HistoricalLpFeesEarned) GetVolumeTradedTokenYOk() (*string, bool)

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

SetVolumeTradedTokenY

func (o *HistoricalLpFeesEarned) SetVolumeTradedTokenY(v string)

SetVolumeTradedTokenY sets VolumeTradedTokenY field to given value.

GetVolumeTradedUsd

func (o *HistoricalLpFeesEarned) GetVolumeTradedUsd() string

GetVolumeTradedUsd returns the VolumeTradedUsd field if non-nil, zero value otherwise.

GetVolumeTradedUsdOk

func (o *HistoricalLpFeesEarned) GetVolumeTradedUsdOk() (*string, bool)

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

SetVolumeTradedUsd

func (o *HistoricalLpFeesEarned) SetVolumeTradedUsd(v string)

SetVolumeTradedUsd sets VolumeTradedUsd field to given value.

GetShareVolumeTradedTokenX

func (o *HistoricalLpFeesEarned) GetShareVolumeTradedTokenX() string

GetShareVolumeTradedTokenX returns the ShareVolumeTradedTokenX field if non-nil, zero value otherwise.

GetShareVolumeTradedTokenXOk

func (o *HistoricalLpFeesEarned) GetShareVolumeTradedTokenXOk() (*string, bool)

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

SetShareVolumeTradedTokenX

func (o *HistoricalLpFeesEarned) SetShareVolumeTradedTokenX(v string)

SetShareVolumeTradedTokenX sets ShareVolumeTradedTokenX field to given value.

GetShareVolumeTradedTokenY

func (o *HistoricalLpFeesEarned) GetShareVolumeTradedTokenY() string

GetShareVolumeTradedTokenY returns the ShareVolumeTradedTokenY field if non-nil, zero value otherwise.

GetShareVolumeTradedTokenYOk

func (o *HistoricalLpFeesEarned) GetShareVolumeTradedTokenYOk() (*string, bool)

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

SetShareVolumeTradedTokenY

func (o *HistoricalLpFeesEarned) SetShareVolumeTradedTokenY(v string)

SetShareVolumeTradedTokenY sets ShareVolumeTradedTokenY field to given value.

GetShareVolumeTradedUsd

func (o *HistoricalLpFeesEarned) GetShareVolumeTradedUsd() string

GetShareVolumeTradedUsd returns the ShareVolumeTradedUsd field if non-nil, zero value otherwise.

GetShareVolumeTradedUsdOk

func (o *HistoricalLpFeesEarned) GetShareVolumeTradedUsdOk() (*string, bool)

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

SetShareVolumeTradedUsd

func (o *HistoricalLpFeesEarned) SetShareVolumeTradedUsd(v string)

SetShareVolumeTradedUsd sets ShareVolumeTradedUsd field to given value.

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