#[repr(C)]pub struct QueryCFMMCTradingAccountTokenField {
pub is_null: bool,
pub BrokerID: String,
pub InvestorID: String,
pub InvestUnitID: String,
}Expand description
查询监控中心用户令牌
Fields§
§is_null: boolC++ 端传入的整体 Field 是否为 nullptr
BrokerID: String经纪公司代码
InvestorID: String投资者代码
InvestUnitID: String投资单元代码
Trait Implementations§
Auto Trait Implementations§
impl Freeze for QueryCFMMCTradingAccountTokenField
impl RefUnwindSafe for QueryCFMMCTradingAccountTokenField
impl Send for QueryCFMMCTradingAccountTokenField
impl Sync for QueryCFMMCTradingAccountTokenField
impl Unpin for QueryCFMMCTradingAccountTokenField
impl UnsafeUnpin for QueryCFMMCTradingAccountTokenField
impl UnwindSafe for QueryCFMMCTradingAccountTokenField
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