pub struct GetAllocatableSubaccountsRequest {}Expand description
Retrieves a list of all sub-accounts and returns their net liquidity and available equity for advisors to make decisions on what accounts should be allocated and how. This endpoint is only supported for Financial Advisors and IBroker Accounts.
Implementations§
Source§impl GetAllocatableSubaccountsRequest
impl GetAllocatableSubaccountsRequest
Sourcepub async fn parse_response(
req: Response,
) -> Result<GetAllocatableSubaccountsResponse>
pub async fn parse_response( req: Response, ) -> Result<GetAllocatableSubaccountsResponse>
Parse the HTTP response into the response enum.
Trait Implementations§
Source§impl Clone for GetAllocatableSubaccountsRequest
impl Clone for GetAllocatableSubaccountsRequest
Source§fn clone(&self) -> GetAllocatableSubaccountsRequest
fn clone(&self) -> GetAllocatableSubaccountsRequest
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<'v_a> ValidateArgs<'v_a> for GetAllocatableSubaccountsRequest
impl<'v_a> ValidateArgs<'v_a> for GetAllocatableSubaccountsRequest
Auto Trait Implementations§
impl Freeze for GetAllocatableSubaccountsRequest
impl RefUnwindSafe for GetAllocatableSubaccountsRequest
impl Send for GetAllocatableSubaccountsRequest
impl Sync for GetAllocatableSubaccountsRequest
impl Unpin for GetAllocatableSubaccountsRequest
impl UnsafeUnpin for GetAllocatableSubaccountsRequest
impl UnwindSafe for GetAllocatableSubaccountsRequest
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