Struct quickfix_msg40::allocation::NoAllocs
source · pub struct NoAllocs { /* private fields */ }
Implementations§
source§impl NoAllocs
impl NoAllocs
pub const FIELD_ID: i32 = 78i32
pub const DELIMITER: i32 = 79i32
pub fn try_new( alloc_account: AllocAccount, alloc_shares: AllocShares ) -> Result<Self, QuickFixError>
source§impl NoAllocs
impl NoAllocs
pub fn get_alloc_account(&self) -> AllocAccount
pub fn get_process_code(&self) -> Option<ProcessCode>
pub fn get_exec_broker(&self) -> Option<ExecBroker>
pub fn get_client_id(&self) -> Option<ClientID>
pub fn get_commission(&self) -> Option<Commission>
pub fn get_comm_type(&self) -> Option<CommType>
pub fn get_no_dlvy_inst(&self) -> Option<NoDlvyInst>
pub fn get_broker_of_credit(&self) -> Option<BrokerOfCredit>
pub fn get_dlvy_inst(&self) -> Option<DlvyInst>
pub fn set_alloc_account( &mut self, value: AllocAccount ) -> Result<&Self, QuickFixError>
pub fn set_process_code( &mut self, value: ProcessCode ) -> Result<&Self, QuickFixError>
pub fn remove_process_code(&mut self) -> Result<&Self, QuickFixError>
pub fn set_exec_broker( &mut self, value: ExecBroker ) -> Result<&Self, QuickFixError>
pub fn remove_exec_broker(&mut self) -> Result<&Self, QuickFixError>
pub fn set_client_id(&mut self, value: ClientID) -> Result<&Self, QuickFixError>
pub fn remove_client_id(&mut self) -> Result<&Self, QuickFixError>
pub fn set_commission( &mut self, value: Commission ) -> Result<&Self, QuickFixError>
pub fn remove_commission(&mut self) -> Result<&Self, QuickFixError>
pub fn set_comm_type(&mut self, value: CommType) -> Result<&Self, QuickFixError>
pub fn remove_comm_type(&mut self) -> Result<&Self, QuickFixError>
pub fn set_no_dlvy_inst( &mut self, value: NoDlvyInst ) -> Result<&Self, QuickFixError>
pub fn remove_no_dlvy_inst(&mut self) -> Result<&Self, QuickFixError>
pub fn set_broker_of_credit( &mut self, value: BrokerOfCredit ) -> Result<&Self, QuickFixError>
pub fn remove_broker_of_credit(&mut self) -> Result<&Self, QuickFixError>
pub fn set_dlvy_inst(&mut self, value: DlvyInst) -> Result<&Self, QuickFixError>
pub fn remove_dlvy_inst(&mut self) -> Result<&Self, QuickFixError>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for NoAllocs
impl !Send for NoAllocs
impl !Sync for NoAllocs
impl Unpin for NoAllocs
impl UnwindSafe for NoAllocs
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