AssetPriceHistoryInput constructor
AssetPriceHistoryInput({})
Returns a new AssetPriceHistoryInput instance.
Implementation
AssetPriceHistoryInput({
this.assetId,
this.endpointId,
this.priceUsd,
this.dateEnded,
});
Returns a new AssetPriceHistoryInput instance.
AssetPriceHistoryInput({
this.assetId,
this.endpointId,
this.priceUsd,
this.dateEnded,
});