pub struct PartyRole;Expand description
PartyRole (452).
Implementations§
Source§impl PartyRole
impl PartyRole
pub const EXECUTINGFIRM: i64 = 1
pub const SETTLEMENTLOCATION: i64 = 10
pub const INITIATINGTRADER: i64 = 11
pub const EXECUTINGTRADER: i64 = 12
pub const ORDERORIGINATOR: i64 = 13
pub const GIVEUPCLEARINGFIRM: i64 = 14
pub const CORRESPONDANTCLEARINGFIRM: i64 = 15
pub const EXECUTINGSYSTEM: i64 = 16
pub const CONTRAFIRM: i64 = 17
pub const CONTRACLEARINGFIRM: i64 = 18
pub const SPONSORINGFIRM: i64 = 19
pub const BROKEROFCREDIT: i64 = 2
pub const UNDRCONTRAFIRM: i64 = 20
pub const CLEARINGORGANIZATION: i64 = 21
pub const EXCHANGE: i64 = 22
pub const CUSTOMERACCOUNT: i64 = 24
pub const CORRESPONDENTCLEARINGORGANIZATION: i64 = 25
pub const CORRESPONDENTBROKER: i64 = 26
pub const BUYERSELLERRECEIVERDELIVERER: i64 = 27
pub const CUSTODIAN: i64 = 28
pub const INTERMEDIARY: i64 = 29
pub const CLIENTID: i64 = 3
pub const AGENT: i64 = 30
pub const SUBCUSTODIAN: i64 = 31
pub const BENEFICIARY: i64 = 32
pub const INTERESTEDPARTY: i64 = 33
pub const REGULATORYBODY: i64 = 34
pub const LIQUIDITYPROVIDER: i64 = 35
pub const ENTERINGTRADER: i64 = 36
pub const CONTRATRADER: i64 = 37
pub const POSITIONACCOUNT: i64 = 38
pub const ALLOCENTITY: i64 = 39
pub const CLEARINGFIRM: i64 = 4
pub const INVESTORID: i64 = 5
pub const INTRODUCINGFIRM: i64 = 6
pub const ENTERINGFIRM: i64 = 7
pub const LOCATELENDINGFIRM: i64 = 8
pub const FUNDMANAGER: i64 = 9
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PartyRole
impl RefUnwindSafe for PartyRole
impl Send for PartyRole
impl Sync for PartyRole
impl Unpin for PartyRole
impl UnsafeUnpin for PartyRole
impl UnwindSafe for PartyRole
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