pub type OrderbookDofWrapper = Field<Wrapper<Orderbook>, ID>;Expand description
Dynamic object field wrapper for the Orderbook ID.
Aliased Type§
pub struct OrderbookDofWrapper {
pub id: UID,
pub name: Wrapper<Orderbook>,
pub value: ID,
}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: Wrapper<Orderbook>The value for the name of this field
value: IDThe value bound to this field