Struct ig_brokers::models::Application[][src]

pub struct Application {
    pub allow_equities: bool,
    pub allow_quote_orders: bool,
    pub allowance_account_historical_data: f64,
    pub allowance_account_overall: f64,
    pub allowance_account_trading: f64,
    pub allowance_application_overall: f64,
    pub api_key: String,
    pub concurrent_subscriptions_limit: f64,
    pub created_date: String,
    pub name: String,
    pub status: ApplicationStatus,
}

Fields

allow_equities: boolallow_quote_orders: boolallowance_account_historical_data: f64allowance_account_overall: f64allowance_account_trading: f64allowance_application_overall: f64api_key: Stringconcurrent_subscriptions_limit: f64created_date: Stringname: Stringstatus: ApplicationStatus

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.