pub struct GetAlgosByInstrumentRequest {
pub path: GetAlgosByInstrumentRequestPath,
pub query: GetAlgosByInstrumentRequestQuery,
}Expand description
Returns supported IB Algos for an instrument. A pre-flight request must be submitted before retrieving information.
Fields§
§path: GetAlgosByInstrumentRequestPath§query: GetAlgosByInstrumentRequestQueryImplementations§
Source§impl GetAlgosByInstrumentRequest
impl GetAlgosByInstrumentRequest
Sourcepub async fn parse_response(
req: Response,
) -> Result<GetAlgosByInstrumentResponse>
pub async fn parse_response( req: Response, ) -> Result<GetAlgosByInstrumentResponse>
Parse the HTTP response into the response enum.
Trait Implementations§
Source§impl Clone for GetAlgosByInstrumentRequest
impl Clone for GetAlgosByInstrumentRequest
Source§fn clone(&self) -> GetAlgosByInstrumentRequest
fn clone(&self) -> GetAlgosByInstrumentRequest
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 Debug for GetAlgosByInstrumentRequest
impl Debug for GetAlgosByInstrumentRequest
Source§impl<'v_a> ValidateArgs<'v_a> for GetAlgosByInstrumentRequest
impl<'v_a> ValidateArgs<'v_a> for GetAlgosByInstrumentRequest
Auto Trait Implementations§
impl Freeze for GetAlgosByInstrumentRequest
impl RefUnwindSafe for GetAlgosByInstrumentRequest
impl Send for GetAlgosByInstrumentRequest
impl Sync for GetAlgosByInstrumentRequest
impl Unpin for GetAlgosByInstrumentRequest
impl UnsafeUnpin for GetAlgosByInstrumentRequest
impl UnwindSafe for GetAlgosByInstrumentRequest
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