pub struct BidDescReqGrp {
    pub bid_descriptor_type: Option<BidDescriptorType>,
    pub bid_descriptor: Option<FixString>,
    pub side_value_ind: Option<SideValueInd>,
    pub liquidity_value: Option<Decimal>,
    pub liquidity_num_securities: Option<i64>,
    pub liquidity_pct_low: Option<Decimal>,
    pub liquidity_pct_high: Option<Decimal>,
    pub efp_tracking_error: Option<Decimal>,
    pub fair_value: Option<Decimal>,
    pub outside_index_pct: Option<Decimal>,
    pub value_of_futures: Option<Decimal>,
}

Fields

bid_descriptor_type: Option<BidDescriptorType>bid_descriptor: Option<FixString>side_value_ind: Option<SideValueInd>liquidity_value: Option<Decimal>liquidity_num_securities: Option<i64>liquidity_pct_low: Option<Decimal>liquidity_pct_high: Option<Decimal>efp_tracking_error: Option<Decimal>fair_value: Option<Decimal>outside_index_pct: Option<Decimal>value_of_futures: Option<Decimal>

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.