Struct ErrorConditionalOrderField

Source
#[repr(C)]
pub struct ErrorConditionalOrderField {
Show 66 fields pub is_null: bool, pub BrokerID: String, pub InvestorID: String, pub OrderRef: String, pub UserID: String, pub OrderPriceType: u8, pub Direction: u8, pub CombOffsetFlag: String, pub CombHedgeFlag: String, pub LimitPrice: f64, pub VolumeTotalOriginal: i32, pub TimeCondition: u8, pub GTDDate: String, pub VolumeCondition: u8, pub MinVolume: i32, pub ContingentCondition: u8, pub StopPrice: f64, pub ForceCloseReason: u8, pub IsAutoSuspend: i32, pub BusinessUnit: String, pub RequestID: i32, pub OrderLocalID: String, pub ExchangeID: String, pub ParticipantID: String, pub ClientID: String, pub TraderID: String, pub InstallID: i32, pub OrderSubmitStatus: u8, pub NotifySequence: i32, pub TradingDay: String, pub SettlementID: i32, pub OrderSysID: String, pub OrderSource: u8, pub OrderStatus: u8, pub OrderType: u8, pub VolumeTraded: i32, pub VolumeTotal: i32, pub InsertDate: String, pub InsertTime: String, pub ActiveTime: String, pub SuspendTime: String, pub UpdateTime: String, pub CancelTime: String, pub ActiveTraderID: String, pub ClearingPartID: String, pub SequenceNo: i32, pub FrontID: i32, pub SessionID: i32, pub UserProductInfo: String, pub StatusMsg: String, pub UserForceClose: i32, pub ActiveUserID: String, pub BrokerOrderSeq: i32, pub RelativeOrderSysID: String, pub ZCETotalTradedVolume: i32, pub ErrorID: i32, pub ErrorMsg: String, pub IsSwapOrder: i32, pub BranchID: String, pub InvestUnitID: String, pub AccountID: String, pub CurrencyID: String, pub MacAddress: String, pub InstrumentID: String, pub ExchangeInstID: String, pub IPAddress: String,
}

Fields§

§is_null: bool§BrokerID: String§InvestorID: String§OrderRef: String§UserID: String§OrderPriceType: u8§Direction: u8§CombOffsetFlag: String§CombHedgeFlag: String§LimitPrice: f64§VolumeTotalOriginal: i32§TimeCondition: u8§GTDDate: String§VolumeCondition: u8§MinVolume: i32§ContingentCondition: u8§StopPrice: f64§ForceCloseReason: u8§IsAutoSuspend: i32§BusinessUnit: String§RequestID: i32§OrderLocalID: String§ExchangeID: String§ParticipantID: String§ClientID: String§TraderID: String§InstallID: i32§OrderSubmitStatus: u8§NotifySequence: i32§TradingDay: String§SettlementID: i32§OrderSysID: String§OrderSource: u8§OrderStatus: u8§OrderType: u8§VolumeTraded: i32§VolumeTotal: i32§InsertDate: String§InsertTime: String§ActiveTime: String§SuspendTime: String§UpdateTime: String§CancelTime: String§ActiveTraderID: String§ClearingPartID: String§SequenceNo: i32§FrontID: i32§SessionID: i32§UserProductInfo: String§StatusMsg: String§UserForceClose: i32§ActiveUserID: String§BrokerOrderSeq: i32§RelativeOrderSysID: String§ZCETotalTradedVolume: i32§ErrorID: i32§ErrorMsg: String§IsSwapOrder: i32§BranchID: String§InvestUnitID: String§AccountID: String§CurrencyID: String§MacAddress: String§InstrumentID: String§ExchangeInstID: String§IPAddress: String

Trait Implementations§

Source§

impl Clone for ErrorConditionalOrderField

Source§

fn clone(&self) -> Self

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for ErrorConditionalOrderField

Source§

fn fmt(&self, formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Default for ErrorConditionalOrderField

Source§

fn default() -> Self

Returns the “default value” for a type. Read more
Source§

impl ExternType for ErrorConditionalOrderField

Source§

type Kind = Trivial

Source§

type Id

A type-level representation of the type’s C++ namespace and type name. Read more

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.