FormattedDataStreamsPrice
Representation of data streams asset price with a uint256 price.
struct FormattedDataStreamsPrice {
uint256 timestamp;
uint256 price;
uint256 ask;
uint256 bid;
}
Properties
Name | Type | Description |
---|---|---|
timestamp | uint256 | The timestamp of the asset price. |
price | uint256 | The price of the asset with 18 decimals. |
ask | uint256 | The simulated price impact of a sell order. |
bid | uint256 | The simulated price impact of a buy order. |