AssetPriceHistory constructor
AssetPriceHistory({})
Returns a new AssetPriceHistory instance.
Implementation
AssetPriceHistory({
this.dateCreated,
this.lastUpdated,
this.aphId,
this.assetId,
this.endpointId,
this.priceUsd,
this.dateEnded,
});