[][src]Constant twsapi::examples::fa_allocation_samples::FA_TWO_PROFILES

pub const FA_TWO_PROFILES: &str = "<?xml version=\"1.0\" encoding=\"UTF-8\"?> \
                                <ListOfAllocationProfiles> \
                                <AllocationProfile> \
                                <name>Percent_60_40</name> \
                                <type>1</type> \
                                <ListOfAllocations varName=\"listOfAllocations\"> \
                                <Allocation> \
                                <acct>DU119915</acct> \
                                <amount>60.0</amount> \
                                </Allocation> \
                                <Allocation> \
                                <acct>DU119916</acct> \
                                <amount>40.0</amount> \
                                </Allocation> \
                                </ListOfAllocations> \
                                </AllocationProfile> \
                                <AllocationProfile> \
                                <name>Ratios_2_1</name> \
                                <type>1</type> \
                                <ListOfAllocations varName=\"listOfAllocations\"> \
                                <Allocation> \
                                <acct>DU119915</acct> \
                                <amount>2.0</amount> \
                                </Allocation> \
                                <Allocation>
                                <acct>DU119916</acct> \
                                <amount>1.0</amount> \
                                </Allocation> \
                                </ListOfAllocations> \
                                </AllocationProfile> \
                                </ListOfAllocationProfiles>";