pub struct NewOrderList {Show 20 fields
pub list_id: FixString,
pub bid_id: Option<FixString>,
pub client_bid_id: Option<FixString>,
pub prog_rpt_reqs: Option<ProgRptReqs>,
pub bid_type: BidType,
pub prog_period_interval: Option<Int>,
pub cancellation_rights: Option<CancellationRights>,
pub money_laundering_status: Option<MoneyLaunderingStatus>,
pub regist_id: Option<FixString>,
pub list_exec_inst_type: Option<ListExecInstType>,
pub list_exec_inst: Option<FixString>,
pub contingency_type: Option<ContingencyType>,
pub encoded_list_exec_inst: Option<Data>,
pub allowable_one_sidedness_pct: Option<Percentage>,
pub allowable_one_sidedness_value: Option<Amt>,
pub allowable_one_sidedness_curr: Option<Currency>,
pub tot_no_orders: Int,
pub last_fragment: Option<Boolean>,
pub root_parties: Option<Vec<RootParties>>,
pub list_ord_grp: Vec<ListOrdGrp>,
}
Fields§
§list_id: FixString
Tag 66.
bid_id: Option<FixString>
Tag 390.
client_bid_id: Option<FixString>
Tag 391.
prog_rpt_reqs: Option<ProgRptReqs>
Tag 414.
bid_type: BidType
Tag 394.
prog_period_interval: Option<Int>
Tag 415.
cancellation_rights: Option<CancellationRights>
Tag 480.
money_laundering_status: Option<MoneyLaunderingStatus>
Tag 481.
regist_id: Option<FixString>
Tag 513.
list_exec_inst_type: Option<ListExecInstType>
Tag 433.
list_exec_inst: Option<FixString>
Tag 69.
contingency_type: Option<ContingencyType>
Tag 1385.
encoded_list_exec_inst: Option<Data>
Tag 353.
allowable_one_sidedness_pct: Option<Percentage>
Tag 765.
allowable_one_sidedness_value: Option<Amt>
Tag 766.
allowable_one_sidedness_curr: Option<Currency>
Tag 767.
tot_no_orders: Int
Tag 68.
last_fragment: Option<Boolean>
Tag 893.
root_parties: Option<Vec<RootParties>>
Tag 1116.
list_ord_grp: Vec<ListOrdGrp>
Tag 73.
Implementations§
Trait Implementations§
Source§impl Clone for NewOrderList
impl Clone for NewOrderList
Source§fn clone(&self) -> NewOrderList
fn clone(&self) -> NewOrderList
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for NewOrderList
impl Debug for NewOrderList
Source§impl Default for NewOrderList
impl Default for NewOrderList
Source§fn default() -> NewOrderList
fn default() -> NewOrderList
Returns the “default value” for a type. Read more
Source§impl From<NewOrderList> for Message
impl From<NewOrderList> for Message
Source§fn from(msg: NewOrderList) -> Message
fn from(msg: NewOrderList) -> Message
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for NewOrderList
impl RefUnwindSafe for NewOrderList
impl Send for NewOrderList
impl Sync for NewOrderList
impl Unpin for NewOrderList
impl UnwindSafe for NewOrderList
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more