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: UIDDetermined by the hash of the object ID, the field name value and it’s type, i.e. hash(parent.id || name || Name)
name: PriceFeedForSourceThe value for the name of this field
value: PriceFeedThe value bound to this field