#[repr(C)]pub struct CThostFtdcBrokerUserRightAssignField {
pub BrokerID: TThostFtdcBrokerIDType,
pub DRIdentityID: TThostFtdcDRIdentityIDType,
pub Tradeable: TThostFtdcBoolType,
}
Expand description
经济公司是否有在本标示的交易权限
Fields§
§BrokerID: TThostFtdcBrokerIDType
应用单元代码
DRIdentityID: TThostFtdcDRIdentityIDType
交易中心代码
Tradeable: TThostFtdcBoolType
能否交易
Trait Implementations§
Source§impl Default for CThostFtdcBrokerUserRightAssignField
impl Default for CThostFtdcBrokerUserRightAssignField
Source§fn default() -> CThostFtdcBrokerUserRightAssignField
fn default() -> CThostFtdcBrokerUserRightAssignField
Returns the “default value” for a type. Read more
impl Copy for CThostFtdcBrokerUserRightAssignField
Auto Trait Implementations§
impl Freeze for CThostFtdcBrokerUserRightAssignField
impl RefUnwindSafe for CThostFtdcBrokerUserRightAssignField
impl Send for CThostFtdcBrokerUserRightAssignField
impl Sync for CThostFtdcBrokerUserRightAssignField
impl Unpin for CThostFtdcBrokerUserRightAssignField
impl UnwindSafe for CThostFtdcBrokerUserRightAssignField
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