Skip to content

Latest commit

 

History

History
198 lines (105 loc) · 5.58 KB

UserFeesEarnedPerBin.md

File metadata and controls

198 lines (105 loc) · 5.58 KB

UserFeesEarnedPerBin

Properties

Name Type Description Notes
BinId int32
MostRecentDepositTime time.Time
Timestamp int32
AccruedFeesX float32
AccruedFeesY float32
AccruedFeesL float32
PriceXY float32
PriceYX float32

Methods

NewUserFeesEarnedPerBin

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

NewUserFeesEarnedPerBinWithDefaults

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

GetBinId

func (o *UserFeesEarnedPerBin) GetBinId() int32

GetBinId returns the BinId field if non-nil, zero value otherwise.

GetBinIdOk

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.

SetBinId

func (o *UserFeesEarnedPerBin) SetBinId(v int32)

SetBinId sets BinId field to given value.

GetMostRecentDepositTime

func (o *UserFeesEarnedPerBin) GetMostRecentDepositTime() time.Time

GetMostRecentDepositTime returns the MostRecentDepositTime field if non-nil, zero value otherwise.

GetMostRecentDepositTimeOk

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.

SetMostRecentDepositTime

func (o *UserFeesEarnedPerBin) SetMostRecentDepositTime(v time.Time)

SetMostRecentDepositTime sets MostRecentDepositTime field to given value.

GetTimestamp

func (o *UserFeesEarnedPerBin) GetTimestamp() int32

GetTimestamp returns the Timestamp field if non-nil, zero value otherwise.

GetTimestampOk

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.

SetTimestamp

func (o *UserFeesEarnedPerBin) SetTimestamp(v int32)

SetTimestamp sets Timestamp field to given value.

GetAccruedFeesX

func (o *UserFeesEarnedPerBin) GetAccruedFeesX() float32

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

GetAccruedFeesXOk

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.

SetAccruedFeesX

func (o *UserFeesEarnedPerBin) SetAccruedFeesX(v float32)

SetAccruedFeesX sets AccruedFeesX field to given value.

GetAccruedFeesY

func (o *UserFeesEarnedPerBin) GetAccruedFeesY() float32

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

GetAccruedFeesYOk

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.

SetAccruedFeesY

func (o *UserFeesEarnedPerBin) SetAccruedFeesY(v float32)

SetAccruedFeesY sets AccruedFeesY field to given value.

GetAccruedFeesL

func (o *UserFeesEarnedPerBin) GetAccruedFeesL() float32

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

GetAccruedFeesLOk

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.

SetAccruedFeesL

func (o *UserFeesEarnedPerBin) SetAccruedFeesL(v float32)

SetAccruedFeesL sets AccruedFeesL field to given value.

GetPriceXY

func (o *UserFeesEarnedPerBin) GetPriceXY() float32

GetPriceXY returns the PriceXY field if non-nil, zero value otherwise.

GetPriceXYOk

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.

SetPriceXY

func (o *UserFeesEarnedPerBin) SetPriceXY(v float32)

SetPriceXY sets PriceXY field to given value.

GetPriceYX

func (o *UserFeesEarnedPerBin) GetPriceYX() float32

GetPriceYX returns the PriceYX field if non-nil, zero value otherwise.

GetPriceYXOk

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.

SetPriceYX

func (o *UserFeesEarnedPerBin) SetPriceYX(v float32)

SetPriceYX sets PriceYX field to given value.

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