Struct BidRequest

Source
pub struct BidRequest {
Show 28 fields pub bid_id: Option<FixString>, pub client_bid_id: FixString, pub bid_request_trans_type: BidRequestTransType, pub list_name: Option<FixString>, pub tot_no_related_sym: Int, pub bid_type: BidType, pub num_tickets: Option<Int>, pub currency: Option<Currency>, pub side_value_1: Option<Amt>, pub side_value_2: Option<Amt>, pub bid_desc_req_grp: Option<Vec<BidDescReqGrp>>, pub bid_comp_req_grp: Option<Vec<BidCompReqGrp>>, pub liquidity_ind_type: Option<LiquidityIndType>, pub wt_average_liquidity: Option<Percentage>, pub exchange_for_physical: Option<Boolean>, pub out_main_cntry_u_index: Option<Amt>, pub cross_percent: Option<Percentage>, pub prog_rpt_reqs: Option<ProgRptReqs>, pub prog_period_interval: Option<Int>, pub inc_tax_ind: Option<IncTaxInd>, pub forex_req: Option<Boolean>, pub num_bidders: Option<Int>, pub trade_date: Option<LocalMktDate>, pub bid_trade_type: BidTradeType, pub basis_px_type: BasisPxType, pub strike_time: Option<UtcTimestamp>, pub text: Option<FixString>, pub encoded_text: Option<Data>,
}

Fields§

§bid_id: Option<FixString>

Tag 390.

§client_bid_id: FixString

Tag 391.

§bid_request_trans_type: BidRequestTransType

Tag 374.

§list_name: Option<FixString>

Tag 392.

§tot_no_related_sym: Int

Tag 393.

§bid_type: BidType

Tag 394.

§num_tickets: Option<Int>

Tag 395.

§currency: Option<Currency>

Tag 15.

§side_value_1: Option<Amt>

Tag 396.

§side_value_2: Option<Amt>

Tag 397.

§bid_desc_req_grp: Option<Vec<BidDescReqGrp>>

Tag 398.

§bid_comp_req_grp: Option<Vec<BidCompReqGrp>>

Tag 420.

§liquidity_ind_type: Option<LiquidityIndType>

Tag 409.

§wt_average_liquidity: Option<Percentage>

Tag 410.

§exchange_for_physical: Option<Boolean>

Tag 411.

§out_main_cntry_u_index: Option<Amt>

Tag 412.

§cross_percent: Option<Percentage>

Tag 413.

§prog_rpt_reqs: Option<ProgRptReqs>

Tag 414.

§prog_period_interval: Option<Int>

Tag 415.

§inc_tax_ind: Option<IncTaxInd>

Tag 416.

§forex_req: Option<Boolean>

Tag 121.

§num_bidders: Option<Int>

Tag 417.

§trade_date: Option<LocalMktDate>

Tag 75.

§bid_trade_type: BidTradeType

Tag 418.

§basis_px_type: BasisPxType

Tag 419.

§strike_time: Option<UtcTimestamp>

Tag 443.

§text: Option<FixString>

Tag 58.

§encoded_text: Option<Data>

Tag 355.

Implementations§

Source§

impl BidRequest

Source

pub const fn msg_type(&self) -> MsgType

Source

pub const fn msg_cat(&self) -> MsgCat

Trait Implementations§

Source§

impl Clone for BidRequest

Source§

fn clone(&self) -> BidRequest

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for BidRequest

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Default for BidRequest

Source§

fn default() -> BidRequest

Returns the “default value” for a type. Read more
Source§

impl From<BidRequest> for Message

Source§

fn from(msg: BidRequest) -> Message

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

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

Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

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

fn clone_into(&self, target: &mut T)

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

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more