Struct baimax::data::Group [] [src]

pub struct Group {
    pub ultimate_receiver: Option<Party>,
    pub originator: Option<Party>,
    pub status: GroupStatus,
    pub as_of: BaiDateOrTime,
    pub currency: Option<Currency>,
    pub as_of_date_mod: Option<AsOfDateModifier>,
    pub accounts: Vec<Account>,
}

Fields

Methods

impl Group
[src]

Trait Implementations

impl Debug for Group
[src]

Formats the value using the given formatter.

impl Clone for Group
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for Group
[src]

Formats the value using the given formatter. Read more