pub struct LandingCompanyInfo {Show 15 fields
pub address: Option<Vec<String>>,
pub changeable_fields: Option<Value>,
pub client_kyc_status: Option<ClientKycStatusRequirements>,
pub country: Option<String>,
pub currency_config: Option<Value>,
pub has_reality_check: Option<HasRealityCheck>,
pub legal_allowed_contract_categories: Option<Vec<String>>,
pub legal_allowed_currencies: Option<Vec<String>>,
pub legal_allowed_markets: Option<Vec<String>>,
pub legal_default_currency: Option<String>,
pub name: Option<String>,
pub requirements: Option<LegalRequirements>,
pub shortcode: Option<String>,
pub support_professional_client: Option<SupportProfessionalClient>,
pub tin_not_mandatory: Option<TinNotMandatory>,
}Fields§
§address: Option<Vec<String>>Landing Company address\n
changeable_fields: Option<Value>Special conditions for changing sensitive fields\n
client_kyc_status: Option<ClientKycStatusRequirements>Client kyc statusequirements\n
country: Option<String>Landing Company country of incorporation\n
currency_config: Option<Value>The configuration of each currency.\n
has_reality_check: Option<HasRealityCheck>Flag to indicate whether reality check is applicable for this Landing Company. 1: applicable, 0: not applicable. The Reality Check is a feature that gives a summary of the client’s trades and account balances on a regular basis throughout his session, and is a regulatory requirement for certain Landing Companies.\n
legal_allowed_contract_categories: Option<Vec<String>>Allowed contract types\n
legal_allowed_currencies: Option<Vec<String>>Allowable currencies\n
legal_allowed_markets: Option<Vec<String>>Allowable markets\n
legal_default_currency: Option<String>Default account currency\n
name: Option<String>Landing Company legal name\n
requirements: Option<LegalRequirements>Legal requirements for the Landing Company\n
shortcode: Option<String>Landing Company short code\n
support_professional_client: Option<SupportProfessionalClient>Flag that indicates whether the landing company supports professional accounts or not\n
tin_not_mandatory: Option<TinNotMandatory>Flag that indicates whether tax identifier number is not mandatory for the current country and landing company.\n
Trait Implementations§
Source§impl Clone for LandingCompanyInfo
impl Clone for LandingCompanyInfo
Source§fn clone(&self) -> LandingCompanyInfo
fn clone(&self) -> LandingCompanyInfo
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more