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 |
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
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
func (o *HistoricalLpFeesEarned) GetUserAddress() string
GetUserAddress returns the UserAddress field if non-nil, zero value otherwise.
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.
func (o *HistoricalLpFeesEarned) SetUserAddress(v string)
SetUserAddress sets UserAddress field to given value.
func (o *HistoricalLpFeesEarned) GetAccruedFeesX() string
GetAccruedFeesX returns the AccruedFeesX field if non-nil, zero value otherwise.
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.
func (o *HistoricalLpFeesEarned) SetAccruedFeesX(v string)
SetAccruedFeesX sets AccruedFeesX field to given value.
func (o *HistoricalLpFeesEarned) GetAccruedFeesY() string
GetAccruedFeesY returns the AccruedFeesY field if non-nil, zero value otherwise.
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.
func (o *HistoricalLpFeesEarned) SetAccruedFeesY(v string)
SetAccruedFeesY sets AccruedFeesY field to given value.
func (o *HistoricalLpFeesEarned) GetAccruedFeesL() string
GetAccruedFeesL returns the AccruedFeesL field if non-nil, zero value otherwise.
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.
func (o *HistoricalLpFeesEarned) SetAccruedFeesL(v string)
SetAccruedFeesL sets AccruedFeesL field to given value.
func (o *HistoricalLpFeesEarned) GetAccruedFeesUsd() string
GetAccruedFeesUsd returns the AccruedFeesUsd field if non-nil, zero value otherwise.
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.
func (o *HistoricalLpFeesEarned) SetAccruedFeesUsd(v string)
SetAccruedFeesUsd sets AccruedFeesUsd field to given value.
func (o *HistoricalLpFeesEarned) GetVolumeTradedTokenX() string
GetVolumeTradedTokenX returns the VolumeTradedTokenX field if non-nil, zero value otherwise.
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.
func (o *HistoricalLpFeesEarned) SetVolumeTradedTokenX(v string)
SetVolumeTradedTokenX sets VolumeTradedTokenX field to given value.
func (o *HistoricalLpFeesEarned) GetVolumeTradedTokenY() string
GetVolumeTradedTokenY returns the VolumeTradedTokenY field if non-nil, zero value otherwise.
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.
func (o *HistoricalLpFeesEarned) SetVolumeTradedTokenY(v string)
SetVolumeTradedTokenY sets VolumeTradedTokenY field to given value.
func (o *HistoricalLpFeesEarned) GetVolumeTradedUsd() string
GetVolumeTradedUsd returns the VolumeTradedUsd field if non-nil, zero value otherwise.
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.
func (o *HistoricalLpFeesEarned) SetVolumeTradedUsd(v string)
SetVolumeTradedUsd sets VolumeTradedUsd field to given value.
func (o *HistoricalLpFeesEarned) GetShareVolumeTradedTokenX() string
GetShareVolumeTradedTokenX returns the ShareVolumeTradedTokenX field if non-nil, zero value otherwise.
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.
func (o *HistoricalLpFeesEarned) SetShareVolumeTradedTokenX(v string)
SetShareVolumeTradedTokenX sets ShareVolumeTradedTokenX field to given value.
func (o *HistoricalLpFeesEarned) GetShareVolumeTradedTokenY() string
GetShareVolumeTradedTokenY returns the ShareVolumeTradedTokenY field if non-nil, zero value otherwise.
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.
func (o *HistoricalLpFeesEarned) SetShareVolumeTradedTokenY(v string)
SetShareVolumeTradedTokenY sets ShareVolumeTradedTokenY field to given value.
func (o *HistoricalLpFeesEarned) GetShareVolumeTradedUsd() string
GetShareVolumeTradedUsd returns the ShareVolumeTradedUsd field if non-nil, zero value otherwise.
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.
func (o *HistoricalLpFeesEarned) SetShareVolumeTradedUsd(v string)
SetShareVolumeTradedUsd sets ShareVolumeTradedUsd field to given value.