#[non_exhaustive]pub enum FieldType {
Show 38 variants
Char,
Int,
Float,
Time,
Date,
Length,
Data,
MonthYear,
DayOfMonth,
String,
Price,
Amount,
Quantity,
Currency,
MultipleValueString,
Exchange,
UtcTimeStamp,
Boolean,
LocalMarketDate,
PriceOffset,
UtcDate,
UtcTimeOnly,
SequenceNumber,
NumberInGroup,
Percentage,
Country,
UtcDateOnly,
MultipleCharValue,
MultipleStringValue,
TzTimeOnly,
TzTimestamp,
XmlData,
Language,
TagNumber,
XidRef,
Xid,
LocalMarketTime,
Long,
}
Expand description
Known FIX value type.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Char
Int
Float
Time
Date
Length
Data
MonthYear
DayOfMonth
String
Price
Amount
Quantity
Currency
MultipleValueString
Exchange
UtcTimeStamp
Boolean
LocalMarketDate
PriceOffset
UtcDate
UtcTimeOnly
SequenceNumber
NumberInGroup
Percentage
Country
UtcDateOnly
MultipleCharValue
MultipleStringValue
TzTimeOnly
TzTimestamp
XmlData
Language
TagNumber
XidRef
Xid
LocalMarketTime
Long
Implementations§
Trait Implementations§
impl Copy for FieldType
Auto Trait Implementations§
impl Freeze for FieldType
impl RefUnwindSafe for FieldType
impl Send for FieldType
impl Sync for FieldType
impl Unpin for FieldType
impl UnwindSafe for FieldType
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