pub struct PostGwApiV1ExternalAssetTransfersRequest {
pub query: PostGwApiV1ExternalAssetTransfersRequestQuery,
pub body: TransferRequestBody2,
}Expand description
Initiate request to submit external position transfer. Methods- ACATS, ATON, Basic FOP, FOP, DWAC. More information on transfer methods can be found here - https://www.interactivebrokers.com/campus/trading-lessons/cash-and-position-transfers/
Scope: transfers.write
Security Policy: Signed JWT
Fields§
§query: PostGwApiV1ExternalAssetTransfersRequestQuery§body: TransferRequestBody2Implementations§
Source§impl PostGwApiV1ExternalAssetTransfersRequest
impl PostGwApiV1ExternalAssetTransfersRequest
Sourcepub async fn parse_response(
req: Response,
) -> Result<PostGwApiV1BankInstructionsResponse>
pub async fn parse_response( req: Response, ) -> Result<PostGwApiV1BankInstructionsResponse>
Parse the HTTP response into the response enum.
Trait Implementations§
Source§impl Clone for PostGwApiV1ExternalAssetTransfersRequest
impl Clone for PostGwApiV1ExternalAssetTransfersRequest
Source§fn clone(&self) -> PostGwApiV1ExternalAssetTransfersRequest
fn clone(&self) -> PostGwApiV1ExternalAssetTransfersRequest
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 PostGwApiV1ExternalAssetTransfersRequest
impl<'v_a> ValidateArgs<'v_a> for PostGwApiV1ExternalAssetTransfersRequest
Auto Trait Implementations§
impl Freeze for PostGwApiV1ExternalAssetTransfersRequest
impl RefUnwindSafe for PostGwApiV1ExternalAssetTransfersRequest
impl Send for PostGwApiV1ExternalAssetTransfersRequest
impl Sync for PostGwApiV1ExternalAssetTransfersRequest
impl Unpin for PostGwApiV1ExternalAssetTransfersRequest
impl UnsafeUnpin for PostGwApiV1ExternalAssetTransfersRequest
impl UnwindSafe for PostGwApiV1ExternalAssetTransfersRequest
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