Struct ig_brokers::models::Transaction[][src]

pub struct Transaction {
Show fields pub cash_transaction: bool, pub close_level: String, pub currency: String, pub date: String, pub date_utc: String, pub instrument_name: String, pub open_date_utc: String, pub open_level: String, pub period: String, pub profit_and_loss: String, pub reference: String, pub size: String, pub transaction_type: String,
}

Fields

cash_transaction: boolclose_level: Stringcurrency: Stringdate: Stringdate_utc: Stringinstrument_name: Stringopen_date_utc: Stringopen_level: Stringperiod: Stringprofit_and_loss: Stringreference: Stringsize: Stringtransaction_type: String

Trait Implementations

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

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.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

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.