pub struct SecurityTypeRequest {
    pub security_req_id: Str,
    pub text: Option<Str>,
    pub encoded_text: Option<Data>,
    pub market_id: Option<Exchange>,
    pub market_segment_id: Option<Str>,
    pub trading_session_id: Option<TradingSessionId>,
    pub trading_session_sub_id: Option<TradingSessionSubId>,
    pub product: Option<Product>,
    pub security_type: Option<SecurityType>,
    pub security_sub_type: Option<Str>,
}

Fields

security_req_id: Strtext: Option<Str>encoded_text: Option<Data>market_id: Option<Exchange>market_segment_id: Option<Str>trading_session_id: Option<TradingSessionId>trading_session_sub_id: Option<TradingSessionSubId>product: Option<Product>security_type: Option<SecurityType>security_sub_type: Option<Str>

Trait Implementations

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 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.