pub struct GetGwApiV1EnumerationsEnumerationtypeRequestQuery {
pub type: Option<EnumerationType>,
pub currency: Option<String>,
pub ib_entity: Option<String>,
pub md_status_non_pro: Option<String>,
pub form_number: Option<String>,
pub language: Option<GetGwApiV1EnumerationsEnumerationtypeRequestQueryLanguage>,
pub account_id: Option<String>,
pub user_name: Option<String>,
}Fields§
§type: Option<EnumerationType>- exchange-bundles - query most up to date list of exchange-bundles for tradingPermissions
- business-and-occupation - list of occupation and employerBusiness for employmentDetails
- employee-track - query most up to date companyId for account. For affiliation details, if company has an existing IBKR Employee Track account
- fin-info-ranges - query most up to date range IDs by currency for annualNetIncome, netWorth, liquidNetWorth
- acats - query most up to date values for brokerId and brokerName. Used if funding via US ACATS extPositionsTransfers
- aton - query most up to date values for brokerId and brokerName. Used if funding via US ACATS extPositionsTransfers
- market-data - query most up to date values for brokerId and brokerName. Used if funding via ATON Canada extPositionsTransfers
- edd-avt - query questions associated with EDD (Enhanced Due Diligence) or AVT (Additional Verification) tasks assigned to an account
- prohibited-country - view list of prohibited countries. Applicants that reside in prohibited country are restricted from opening an account with IBKR. Error will be thrown IF legalResidenceCountry, OR country (included within Residence, mailingAddress and employerAddress, taxResidency node) is a prohibited country
- employee-plans - view EPA that are linked to master account (applicable IF offering SEP IRA accounts)
- questionnaires - obtain list of questionnaires
- security-questions - obtain list of questions supported for IBKR security questions
- quiz-questions - obtain list of questions associated with IBKR knowledge assessment
- wire-instructions - obtain list of wire instructions
- product-country-bundles - obtain list of product country bundles
currency: Option<String>§ib_entity: Option<String>§md_status_non_pro: Option<String>§form_number: Option<String>§language: Option<GetGwApiV1EnumerationsEnumerationtypeRequestQueryLanguage>§account_id: Option<String>§user_name: Option<String>Trait Implementations§
Source§impl Clone for GetGwApiV1EnumerationsEnumerationtypeRequestQuery
impl Clone for GetGwApiV1EnumerationsEnumerationtypeRequestQuery
Source§fn clone(&self) -> GetGwApiV1EnumerationsEnumerationtypeRequestQuery
fn clone(&self) -> GetGwApiV1EnumerationsEnumerationtypeRequestQuery
Returns a duplicate 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 PartialEq for GetGwApiV1EnumerationsEnumerationtypeRequestQuery
impl PartialEq for GetGwApiV1EnumerationsEnumerationtypeRequestQuery
Source§fn eq(&self, other: &GetGwApiV1EnumerationsEnumerationtypeRequestQuery) -> bool
fn eq(&self, other: &GetGwApiV1EnumerationsEnumerationtypeRequestQuery) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetGwApiV1EnumerationsEnumerationtypeRequestQuery
Auto Trait Implementations§
impl Freeze for GetGwApiV1EnumerationsEnumerationtypeRequestQuery
impl RefUnwindSafe for GetGwApiV1EnumerationsEnumerationtypeRequestQuery
impl Send for GetGwApiV1EnumerationsEnumerationtypeRequestQuery
impl Sync for GetGwApiV1EnumerationsEnumerationtypeRequestQuery
impl Unpin for GetGwApiV1EnumerationsEnumerationtypeRequestQuery
impl UnsafeUnpin for GetGwApiV1EnumerationsEnumerationtypeRequestQuery
impl UnwindSafe for GetGwApiV1EnumerationsEnumerationtypeRequestQuery
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