Skip to main content

Module responses

Module responses 

Source
Expand description

Implements typed data responses that Python adapters construct to answer core requests.

Provides PyO3 constructors and read-only payload access for historical data, instruments, and option-chain reference prices. Converts supported response objects into Rust data responses with their client identifiers for delivery through the live runner.

Structsยง

PyBarsResponse
An owned BarsResponse response.
PyBookDeltasResponse
An owned BookDeltasResponse response.
PyBookDepthResponse
An owned BookDepthResponse response.
PyBookResponse
An owned BookResponse response.
PyCustomDataResponse
An owned CustomDataResponse response.
PyFundingRatesResponse
An owned FundingRatesResponse response.
PyInstrumentResponse
An owned InstrumentResponse response.
PyInstrumentsResponse
An owned InstrumentsResponse response.
PyOptionChainReferencePriceResponse
An owned OptionChainReferencePriceResponse response.
PyQuotesResponse
An owned QuotesResponse response.
PyTradesResponse
An owned TradesResponse response.