operations_get

Function operations_get 

Source
pub async fn operations_get(
    configuration: &Configuration,
    from: String,
    to: String,
    figi: Option<&str>,
    broker_account_id: Option<&str>,
) -> Result<OperationsResponse, Error<OperationsGetError>>