Skip to main content

OrderbookDofWrapper

Type Alias OrderbookDofWrapper 

Source
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: 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: Wrapper<Orderbook>

The value for the name of this field

§value: ID

The value bound to this field