pub type PriceFeedDf = Field<PriceFeedForSource, PriceFeed>;
Expand description
Dynamic field storing a PriceFeed
.
Aliased Type§
pub struct PriceFeedDf {
pub id: UID,
pub name: PriceFeedForSource,
pub value: PriceFeed,
}
Fields§
§id: UID
Determined by the hash of the object ID, the field name value and it’s type, i.e. hash(parent.id || name || Name)
name: PriceFeedForSource
The value for the name of this field
value: PriceFeed
The value bound to this field