#[repr(C)]pub struct CThostFtdcSyncDelaySwapField {
pub DelaySwapSeqNo: TThostFtdcDepositSeqNoType,
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub FromCurrencyID: TThostFtdcCurrencyIDType,
pub FromAmount: TThostFtdcMoneyType,
pub FromFrozenSwap: TThostFtdcMoneyType,
pub FromRemainSwap: TThostFtdcMoneyType,
pub ToCurrencyID: TThostFtdcCurrencyIDType,
pub ToAmount: TThostFtdcMoneyType,
}
Expand description
延时换汇同步
Fields§
§DelaySwapSeqNo: TThostFtdcDepositSeqNoType
换汇流水号
BrokerID: TThostFtdcBrokerIDType
经纪公司代码
InvestorID: TThostFtdcInvestorIDType
投资者代码
FromCurrencyID: TThostFtdcCurrencyIDType
源币种
FromAmount: TThostFtdcMoneyType
源金额
FromFrozenSwap: TThostFtdcMoneyType
源换汇冻结金额(可用冻结)
FromRemainSwap: TThostFtdcMoneyType
源剩余换汇额度(可提冻结)
ToCurrencyID: TThostFtdcCurrencyIDType
目标币种
ToAmount: TThostFtdcMoneyType
目标金额
Trait Implementations§
Source§impl Clone for CThostFtdcSyncDelaySwapField
impl Clone for CThostFtdcSyncDelaySwapField
Source§impl Default for CThostFtdcSyncDelaySwapField
impl Default for CThostFtdcSyncDelaySwapField
Source§fn default() -> CThostFtdcSyncDelaySwapField
fn default() -> CThostFtdcSyncDelaySwapField
Returns the “default value” for a type. Read more
impl Copy for CThostFtdcSyncDelaySwapField
Auto Trait Implementations§
impl Freeze for CThostFtdcSyncDelaySwapField
impl RefUnwindSafe for CThostFtdcSyncDelaySwapField
impl Send for CThostFtdcSyncDelaySwapField
impl Sync for CThostFtdcSyncDelaySwapField
impl Unpin for CThostFtdcSyncDelaySwapField
impl UnwindSafe for CThostFtdcSyncDelaySwapField
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