#[repr(C)]pub struct SettlementInfoField {
pub trading_day: TradingDayType,
pub settlement_id: i32,
pub broker_id: BrokerIdType,
pub investor_id: InvestorIdType,
pub sequence_no: i32,
pub content: [u8; 1001],
pub account_id: AccountIdType,
pub currency_id: CurrencyIdType,
}
Fields§
§trading_day: TradingDayType
§settlement_id: i32
§broker_id: BrokerIdType
§investor_id: InvestorIdType
§sequence_no: i32
§content: [u8; 1001]
§account_id: AccountIdType
§currency_id: CurrencyIdType
Trait Implementations§
Source§impl Clone for SettlementInfoField
impl Clone for SettlementInfoField
Source§fn clone(&self) -> SettlementInfoField
fn clone(&self) -> SettlementInfoField
Returns a duplicate 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 SettlementInfoField
impl Debug for SettlementInfoField
Auto Trait Implementations§
impl Freeze for SettlementInfoField
impl RefUnwindSafe for SettlementInfoField
impl Send for SettlementInfoField
impl Sync for SettlementInfoField
impl Unpin for SettlementInfoField
impl UnwindSafe for SettlementInfoField
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