Enum fefix::definitions::fix50::TrdType[][src]

pub enum TrdType {
Show 47 variants RegularTrade, BlockTrade1, Efp, Transfer, LateTrade, TTrade, WeightedAveragePriceTrade, BunchedTrade, LateBunchedTrade, PriorReferencePriceTrade, AfterHoursTrade, ExchangeForRisk, ExchangeForSwap, ExchangeOfFuturesFor, ExchangeOfOptionsForOptions, TradingAtSettlement, AllOrNone, FuturesLargeOrderExecution, ExchangeOfFuturesForFutures, OptionInterimTrade, OptionCabinetTrade, PrivatelyNegotiatedTrades, SubstitutionOfFuturesForForwards, ErrorTrade, SpecialCumDividend, SpecialExDividend, SpecialCumCoupon, SpecialExCoupon, CashSettlement, SpecialPrice, GuaranteedDelivery, SpecialCumRights, SpecialExRights, SpecialCumCapitalRepayments, SpecialExCapitalRepayments, SpecialCumBonus, SpecialExBonus, BlockTrade38, WorkedPrincipalTrade, BlockTrades, NameChange, PortfolioTransfer, ProrogationBuy, ProrogationSell, OptionExercise, DeltaNeutralTransaction, FinancingTransaction,
}
This is supported on crate feature fix50 only.
Expand description

Field type variants for TrdType.

Variants

RegularTrade

Field variant ‘0’.

BlockTrade1

Field variant ‘1’.

Efp

Field variant ‘2’.

Transfer

Field variant ‘3’.

LateTrade

Field variant ‘4’.

TTrade

Field variant ‘5’.

WeightedAveragePriceTrade

Field variant ‘6’.

BunchedTrade

Field variant ‘7’.

LateBunchedTrade

Field variant ‘8’.

PriorReferencePriceTrade

Field variant ‘9’.

AfterHoursTrade

Field variant ‘10’.

ExchangeForRisk

Field variant ‘11’.

ExchangeForSwap

Field variant ‘12’.

ExchangeOfFuturesFor

Field variant ‘13’.

ExchangeOfOptionsForOptions

Field variant ‘14’.

TradingAtSettlement

Field variant ‘15’.

AllOrNone

Field variant ‘16’.

FuturesLargeOrderExecution

Field variant ‘17’.

ExchangeOfFuturesForFutures

Field variant ‘18’.

OptionInterimTrade

Field variant ‘19’.

OptionCabinetTrade

Field variant ‘20’.

PrivatelyNegotiatedTrades

Field variant ‘22’.

SubstitutionOfFuturesForForwards

Field variant ‘23’.

ErrorTrade

Field variant ‘24’.

SpecialCumDividend

Field variant ‘25’.

SpecialExDividend

Field variant ‘26’.

SpecialCumCoupon

Field variant ‘27’.

SpecialExCoupon

Field variant ‘28’.

CashSettlement

Field variant ‘29’.

SpecialPrice

Field variant ‘30’.

GuaranteedDelivery

Field variant ‘31’.

SpecialCumRights

Field variant ‘32’.

SpecialExRights

Field variant ‘33’.

SpecialCumCapitalRepayments

Field variant ‘34’.

SpecialExCapitalRepayments

Field variant ‘35’.

SpecialCumBonus

Field variant ‘36’.

SpecialExBonus

Field variant ‘37’.

BlockTrade38

Field variant ‘38’.

WorkedPrincipalTrade

Field variant ‘39’.

BlockTrades

Field variant ‘40’.

NameChange

Field variant ‘41’.

PortfolioTransfer

Field variant ‘42’.

ProrogationBuy

Field variant ‘43’.

ProrogationSell

Field variant ‘44’.

OptionExercise

Field variant ‘45’.

DeltaNeutralTransaction

Field variant ‘46’.

FinancingTransaction

Field variant ‘47’.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

The error type that can arise during deserialization.

A type with values that customize the serialization algorithm, e.g. padding information. Read more

Writes self to buffer using custom serialization settings.

Parses and deserializes from data.

Writes self to buffer using default settings.

Like FixValue::deserialize, but it’s allowed to skip some amount of input checking. Invalid inputs might not trigger errors and instead be deserialized as random values. Read more

Serializes self to a Vec of bytes, allocated on the fly.

Allocates a String representation of self. Read more

Feeds this value into the given Hasher. Read more

Feeds a slice of this type into the given Hasher. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

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

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

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

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.