pub struct Field21D {
pub reference: String,
}
Expand description
Field 21D: Deal Reference
Deal reference for treasury and money market transactions, providing detailed identification for financial market operations.
Fields§
§reference: String
Deal reference (up to 35 characters)
Format: 35x - Deal identification in treasury and money markets Essential for tracking foreign exchange and derivatives transactions
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Field21D
impl<'de> Deserialize<'de> for Field21D
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl SwiftField for Field21D
impl SwiftField for Field21D
Source§fn to_swift_string(&self) -> String
fn to_swift_string(&self) -> String
Convert field back to SWIFT string format
Source§fn format_spec() -> &'static str
fn format_spec() -> &'static str
Get field format specification
impl StructuralPartialEq for Field21D
Auto Trait Implementations§
impl Freeze for Field21D
impl RefUnwindSafe for Field21D
impl Send for Field21D
impl Sync for Field21D
impl Unpin for Field21D
impl UnwindSafe for Field21D
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