Name | Type | Description | Notes |
---|---|---|---|
Var1HourPriceChangeInPercentage | string | Represents the percentage of the asset's current price against the its price from 1 hour ago. | |
Var1WeekPriceChangeInPercentage | string | Represents the percentage of the asset's current price against the its price from 1 week ago. | |
Var24HoursPriceChangeInPercentage | string | Represents the percentage of the asset's current price against the its price from 24 hours ago. | |
Var24HoursTradingVolume | string | Represents the trading volume of the asset for the time frame of 24 hours. | |
AssetType | string | Defines the type of the supported asset. This could be either "crypto" or "fiat". | |
CirculatingSupply | string | Represents the amount of the asset that is circulating on the market and in public hands. | |
MarketCapInUSD | string | Defines the total market value of the asset's circulating supply in USD. | |
MaxSupply | string | Represents the maximum amount of all coins of a specific asset that will ever exist in its lifetime. |
func NewGetAssetDetailsByAssetSymbolRIS(var1HourPriceChangeInPercentage string, var1WeekPriceChangeInPercentage string, var24HoursPriceChangeInPercentage string, var24HoursTradingVolume string, assetType string, circulatingSupply string, marketCapInUSD string, maxSupply string, ) *GetAssetDetailsByAssetSymbolRIS
NewGetAssetDetailsByAssetSymbolRIS instantiates a new GetAssetDetailsByAssetSymbolRIS 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 NewGetAssetDetailsByAssetSymbolRISWithDefaults() *GetAssetDetailsByAssetSymbolRIS
NewGetAssetDetailsByAssetSymbolRISWithDefaults instantiates a new GetAssetDetailsByAssetSymbolRIS 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 *GetAssetDetailsByAssetSymbolRIS) GetVar1HourPriceChangeInPercentage() string
GetVar1HourPriceChangeInPercentage returns the Var1HourPriceChangeInPercentage field if non-nil, zero value otherwise.
func (o *GetAssetDetailsByAssetSymbolRIS) GetVar1HourPriceChangeInPercentageOk() (*string, bool)
GetVar1HourPriceChangeInPercentageOk returns a tuple with the Var1HourPriceChangeInPercentage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetAssetDetailsByAssetSymbolRIS) SetVar1HourPriceChangeInPercentage(v string)
SetVar1HourPriceChangeInPercentage sets Var1HourPriceChangeInPercentage field to given value.
func (o *GetAssetDetailsByAssetSymbolRIS) GetVar1WeekPriceChangeInPercentage() string
GetVar1WeekPriceChangeInPercentage returns the Var1WeekPriceChangeInPercentage field if non-nil, zero value otherwise.
func (o *GetAssetDetailsByAssetSymbolRIS) GetVar1WeekPriceChangeInPercentageOk() (*string, bool)
GetVar1WeekPriceChangeInPercentageOk returns a tuple with the Var1WeekPriceChangeInPercentage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetAssetDetailsByAssetSymbolRIS) SetVar1WeekPriceChangeInPercentage(v string)
SetVar1WeekPriceChangeInPercentage sets Var1WeekPriceChangeInPercentage field to given value.
func (o *GetAssetDetailsByAssetSymbolRIS) GetVar24HoursPriceChangeInPercentage() string
GetVar24HoursPriceChangeInPercentage returns the Var24HoursPriceChangeInPercentage field if non-nil, zero value otherwise.
func (o *GetAssetDetailsByAssetSymbolRIS) GetVar24HoursPriceChangeInPercentageOk() (*string, bool)
GetVar24HoursPriceChangeInPercentageOk returns a tuple with the Var24HoursPriceChangeInPercentage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetAssetDetailsByAssetSymbolRIS) SetVar24HoursPriceChangeInPercentage(v string)
SetVar24HoursPriceChangeInPercentage sets Var24HoursPriceChangeInPercentage field to given value.
func (o *GetAssetDetailsByAssetSymbolRIS) GetVar24HoursTradingVolume() string
GetVar24HoursTradingVolume returns the Var24HoursTradingVolume field if non-nil, zero value otherwise.
func (o *GetAssetDetailsByAssetSymbolRIS) GetVar24HoursTradingVolumeOk() (*string, bool)
GetVar24HoursTradingVolumeOk returns a tuple with the Var24HoursTradingVolume field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetAssetDetailsByAssetSymbolRIS) SetVar24HoursTradingVolume(v string)
SetVar24HoursTradingVolume sets Var24HoursTradingVolume field to given value.
func (o *GetAssetDetailsByAssetSymbolRIS) GetAssetType() string
GetAssetType returns the AssetType field if non-nil, zero value otherwise.
func (o *GetAssetDetailsByAssetSymbolRIS) GetAssetTypeOk() (*string, bool)
GetAssetTypeOk returns a tuple with the AssetType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetAssetDetailsByAssetSymbolRIS) SetAssetType(v string)
SetAssetType sets AssetType field to given value.
func (o *GetAssetDetailsByAssetSymbolRIS) GetCirculatingSupply() string
GetCirculatingSupply returns the CirculatingSupply field if non-nil, zero value otherwise.
func (o *GetAssetDetailsByAssetSymbolRIS) GetCirculatingSupplyOk() (*string, bool)
GetCirculatingSupplyOk returns a tuple with the CirculatingSupply field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetAssetDetailsByAssetSymbolRIS) SetCirculatingSupply(v string)
SetCirculatingSupply sets CirculatingSupply field to given value.
func (o *GetAssetDetailsByAssetSymbolRIS) GetMarketCapInUSD() string
GetMarketCapInUSD returns the MarketCapInUSD field if non-nil, zero value otherwise.
func (o *GetAssetDetailsByAssetSymbolRIS) GetMarketCapInUSDOk() (*string, bool)
GetMarketCapInUSDOk returns a tuple with the MarketCapInUSD field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetAssetDetailsByAssetSymbolRIS) SetMarketCapInUSD(v string)
SetMarketCapInUSD sets MarketCapInUSD field to given value.
func (o *GetAssetDetailsByAssetSymbolRIS) GetMaxSupply() string
GetMaxSupply returns the MaxSupply field if non-nil, zero value otherwise.
func (o *GetAssetDetailsByAssetSymbolRIS) GetMaxSupplyOk() (*string, bool)
GetMaxSupplyOk returns a tuple with the MaxSupply field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetAssetDetailsByAssetSymbolRIS) SetMaxSupply(v string)
SetMaxSupply sets MaxSupply field to given value.