pub enum DistribPaymentMethod {
    Crest,
    Nscc,
    Euroclear,
    Clearstream,
    Cheque,
    TelegraphicTransfer,
    FedWire,
    DirectCredit,
    AchCredit,
    Bpay,
    HighValueClearingSystemHvacs,
    ReinvestInFund,
}Variants§
Crest
Nscc
Euroclear
Clearstream
Cheque
TelegraphicTransfer
FedWire
DirectCredit
AchCredit
Bpay
HighValueClearingSystemHvacs
ReinvestInFund
Implementations§
source§impl DistribPaymentMethod
 
impl DistribPaymentMethod
pub fn from_bytes(input: &[u8]) -> Option<DistribPaymentMethod>
pub fn from_fix_str(input: &FixStr) -> Option<DistribPaymentMethod>
pub fn as_bytes(&self) -> &'static [u8] ⓘ
pub fn as_fix_str(&self) -> &'static FixStr
Trait Implementations§
source§impl Clone for DistribPaymentMethod
 
impl Clone for DistribPaymentMethod
source§fn clone(&self) -> DistribPaymentMethod
 
fn clone(&self) -> DistribPaymentMethod
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresource§impl Debug for DistribPaymentMethod
 
impl Debug for DistribPaymentMethod
source§impl From<DistribPaymentMethod> for &'static [u8]
 
impl From<DistribPaymentMethod> for &'static [u8]
source§impl PartialEq<DistribPaymentMethod> for DistribPaymentMethod
 
impl PartialEq<DistribPaymentMethod> for DistribPaymentMethod
source§fn eq(&self, other: &DistribPaymentMethod) -> bool
 
fn eq(&self, other: &DistribPaymentMethod) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl ToFixString for DistribPaymentMethod
 
impl ToFixString for DistribPaymentMethod
fn to_fix_string(&self) -> FixString
source§impl TryFrom<i64> for DistribPaymentMethod
 
impl TryFrom<i64> for DistribPaymentMethod
§type Error = SessionRejectReason
 
type Error = SessionRejectReason
The type returned in the event of a conversion error.
source§fn try_from(input: Int) -> Result<DistribPaymentMethod, SessionRejectReason>
 
fn try_from(input: Int) -> Result<DistribPaymentMethod, SessionRejectReason>
Performs the conversion.