[][src]Enum xtp::ETFReplaceType

#[repr(u32)]
pub enum ETFReplaceType {
    Forbidden,
    Optional,
    Must,
    RecomputeInterSZ,
    MustInterSZ,
    RecomputeInterOther,
    MustInterOther,
    Invalid,
}

ETF_REPLACE_TYPE现金替代标识定义

Variants

Forbidden

禁止现金替代

Optional

可以现金替代

Must

必须现金替代

RecomputeInterSZ

深市退补现金替代

MustInterSZ

深市必须现金替代

RecomputeInterOther

非沪深市场成分证券退补现金替代

MustInterOther

表示非沪深市场成份证券必须现金替代

Invalid

无效值

Trait Implementations

impl Clone for ETFReplaceType[src]

impl Copy for ETFReplaceType[src]

impl Debug for ETFReplaceType[src]

impl Eq for ETFReplaceType[src]

impl Hash for ETFReplaceType[src]

impl PartialEq<ETFReplaceType> for ETFReplaceType[src]

impl StructuralEq for ETFReplaceType[src]

impl StructuralPartialEq for ETFReplaceType[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.