Skip to main content

encode_request_frame_with_protobuf

Function encode_request_frame_with_protobuf 

Source
pub fn encode_request_frame_with_protobuf<R>(
    request: &R,
    server_version: i32,
    prefer_protobuf: bool,
) -> TwsApiResult<Vec<u8>>
Expand description

Encodes a request frame, optionally allowing protobuf when supported.