Name | Type | Description | Notes |
---|---|---|---|
Market | Pointer to PricePriceMarket | [optional] | |
BestBid | Pointer to BookLevel | [optional] | |
BestAsk | Pointer to BookLevel | [optional] | |
LastExecution | Pointer to BookLevel | [optional] | |
LastDay | Pointer to ExchangeStats | [optional] | |
Today | Pointer to ExchangeStats | [optional] | |
SnapshotAt | Pointer to time.Time | The time at which this data was retrieved. | [optional] |
func NewTickerRecord() *TickerRecord
NewTickerRecord instantiates a new TickerRecord 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 NewTickerRecordWithDefaults() *TickerRecord
NewTickerRecordWithDefaults instantiates a new TickerRecord 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 *TickerRecord) GetMarket() PricePriceMarket
GetMarket returns the Market field if non-nil, zero value otherwise.
func (o *TickerRecord) GetMarketOk() (*PricePriceMarket, bool)
GetMarketOk returns a tuple with the Market field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TickerRecord) SetMarket(v PricePriceMarket)
SetMarket sets Market field to given value.
func (o *TickerRecord) HasMarket() bool
HasMarket returns a boolean if a field has been set.
func (o *TickerRecord) GetBestBid() BookLevel
GetBestBid returns the BestBid field if non-nil, zero value otherwise.
func (o *TickerRecord) GetBestBidOk() (*BookLevel, bool)
GetBestBidOk returns a tuple with the BestBid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TickerRecord) SetBestBid(v BookLevel)
SetBestBid sets BestBid field to given value.
func (o *TickerRecord) HasBestBid() bool
HasBestBid returns a boolean if a field has been set.
func (o *TickerRecord) GetBestAsk() BookLevel
GetBestAsk returns the BestAsk field if non-nil, zero value otherwise.
func (o *TickerRecord) GetBestAskOk() (*BookLevel, bool)
GetBestAskOk returns a tuple with the BestAsk field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TickerRecord) SetBestAsk(v BookLevel)
SetBestAsk sets BestAsk field to given value.
func (o *TickerRecord) HasBestAsk() bool
HasBestAsk returns a boolean if a field has been set.
func (o *TickerRecord) GetLastExecution() BookLevel
GetLastExecution returns the LastExecution field if non-nil, zero value otherwise.
func (o *TickerRecord) GetLastExecutionOk() (*BookLevel, bool)
GetLastExecutionOk returns a tuple with the LastExecution field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TickerRecord) SetLastExecution(v BookLevel)
SetLastExecution sets LastExecution field to given value.
func (o *TickerRecord) HasLastExecution() bool
HasLastExecution returns a boolean if a field has been set.
func (o *TickerRecord) GetLastDay() ExchangeStats
GetLastDay returns the LastDay field if non-nil, zero value otherwise.
func (o *TickerRecord) GetLastDayOk() (*ExchangeStats, bool)
GetLastDayOk returns a tuple with the LastDay field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TickerRecord) SetLastDay(v ExchangeStats)
SetLastDay sets LastDay field to given value.
func (o *TickerRecord) HasLastDay() bool
HasLastDay returns a boolean if a field has been set.
func (o *TickerRecord) GetToday() ExchangeStats
GetToday returns the Today field if non-nil, zero value otherwise.
func (o *TickerRecord) GetTodayOk() (*ExchangeStats, bool)
GetTodayOk returns a tuple with the Today field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TickerRecord) SetToday(v ExchangeStats)
SetToday sets Today field to given value.
func (o *TickerRecord) HasToday() bool
HasToday returns a boolean if a field has been set.
func (o *TickerRecord) GetSnapshotAt() time.Time
GetSnapshotAt returns the SnapshotAt field if non-nil, zero value otherwise.
func (o *TickerRecord) GetSnapshotAtOk() (*time.Time, bool)
GetSnapshotAtOk returns a tuple with the SnapshotAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TickerRecord) SetSnapshotAt(v time.Time)
SetSnapshotAt sets SnapshotAt field to given value.
func (o *TickerRecord) HasSnapshotAt() bool
HasSnapshotAt returns a boolean if a field has been set.