Name | Type | Description | Notes |
---|---|---|---|
BinId | int32 | ||
MostRecentDepositTime | time.Time | ||
Timestamp | int32 | ||
AccruedFeesX | float32 | ||
AccruedFeesY | float32 | ||
AccruedFeesL | float32 | ||
PriceXY | float32 | ||
PriceYX | float32 |
func NewUserFeesEarnedPerBin(binId int32, mostRecentDepositTime time.Time, timestamp int32, accruedFeesX float32, accruedFeesY float32, accruedFeesL float32, priceXY float32, priceYX float32, ) *UserFeesEarnedPerBin
NewUserFeesEarnedPerBin instantiates a new UserFeesEarnedPerBin 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 NewUserFeesEarnedPerBinWithDefaults() *UserFeesEarnedPerBin
NewUserFeesEarnedPerBinWithDefaults instantiates a new UserFeesEarnedPerBin 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 *UserFeesEarnedPerBin) GetBinId() int32
GetBinId returns the BinId field if non-nil, zero value otherwise.
func (o *UserFeesEarnedPerBin) GetBinIdOk() (*int32, bool)
GetBinIdOk returns a tuple with the BinId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserFeesEarnedPerBin) SetBinId(v int32)
SetBinId sets BinId field to given value.
func (o *UserFeesEarnedPerBin) GetMostRecentDepositTime() time.Time
GetMostRecentDepositTime returns the MostRecentDepositTime field if non-nil, zero value otherwise.
func (o *UserFeesEarnedPerBin) GetMostRecentDepositTimeOk() (*time.Time, bool)
GetMostRecentDepositTimeOk returns a tuple with the MostRecentDepositTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserFeesEarnedPerBin) SetMostRecentDepositTime(v time.Time)
SetMostRecentDepositTime sets MostRecentDepositTime field to given value.
func (o *UserFeesEarnedPerBin) GetTimestamp() int32
GetTimestamp returns the Timestamp field if non-nil, zero value otherwise.
func (o *UserFeesEarnedPerBin) GetTimestampOk() (*int32, bool)
GetTimestampOk returns a tuple with the Timestamp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserFeesEarnedPerBin) SetTimestamp(v int32)
SetTimestamp sets Timestamp field to given value.
func (o *UserFeesEarnedPerBin) GetAccruedFeesX() float32
GetAccruedFeesX returns the AccruedFeesX field if non-nil, zero value otherwise.
func (o *UserFeesEarnedPerBin) GetAccruedFeesXOk() (*float32, 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 *UserFeesEarnedPerBin) SetAccruedFeesX(v float32)
SetAccruedFeesX sets AccruedFeesX field to given value.
func (o *UserFeesEarnedPerBin) GetAccruedFeesY() float32
GetAccruedFeesY returns the AccruedFeesY field if non-nil, zero value otherwise.
func (o *UserFeesEarnedPerBin) GetAccruedFeesYOk() (*float32, 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 *UserFeesEarnedPerBin) SetAccruedFeesY(v float32)
SetAccruedFeesY sets AccruedFeesY field to given value.
func (o *UserFeesEarnedPerBin) GetAccruedFeesL() float32
GetAccruedFeesL returns the AccruedFeesL field if non-nil, zero value otherwise.
func (o *UserFeesEarnedPerBin) GetAccruedFeesLOk() (*float32, 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 *UserFeesEarnedPerBin) SetAccruedFeesL(v float32)
SetAccruedFeesL sets AccruedFeesL field to given value.
func (o *UserFeesEarnedPerBin) GetPriceXY() float32
GetPriceXY returns the PriceXY field if non-nil, zero value otherwise.
func (o *UserFeesEarnedPerBin) GetPriceXYOk() (*float32, bool)
GetPriceXYOk returns a tuple with the PriceXY field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserFeesEarnedPerBin) SetPriceXY(v float32)
SetPriceXY sets PriceXY field to given value.
func (o *UserFeesEarnedPerBin) GetPriceYX() float32
GetPriceYX returns the PriceYX field if non-nil, zero value otherwise.
func (o *UserFeesEarnedPerBin) GetPriceYXOk() (*float32, bool)
GetPriceYXOk returns a tuple with the PriceYX field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserFeesEarnedPerBin) SetPriceYX(v float32)
SetPriceYX sets PriceYX field to given value.