Responses#

The various response classes can be found under the trade29.sc.commands module.

Market Data#

MarketDepthResponse(request, response)

A response containing a snapshot of market depth data.

ChartDataResponse(request, response)

A response containing cumulative requested chart data.

TimeAndSalesResponse(request, response)

A response containing incremental time and sales data.

TPOProfileResponse(request, response)

Level1QuotesResponse(request, response)

A response containing quote info.

Order Management#

SubmitOrderResponse(request, response)

A response containing OrderGroup s created in the submitted order request.

FlattenAndCancelResponse(request, response)

A response containing the results of flattening and cancelling a position.

CancelOrderResponse(request, response)

A response containing the result of cancelling an order

ModifyOrderResponse(request, response)

A response containing the results of modifying an order.

OrderStatusResponse(request, response)

A response containing information on an order's status.

Position#

PositionUpdateResponse(request, response)

A response containing information on an account's position.

Reporting#

FilledOrdersResponse(request, response)

A response detailing filled orders.

FlatToFlatTradeListResponse(request, response)

A response detailing flat to flat trades.

Miscellaneous#

ConnectionInfoResponse(request, response)

SymbolInfoResponse(request, response)

A response containing symbol info.

Chart Drawings#

ChartDrawingResponse(request, response)

The result of some action with chart drawings.

GetChartDrawingsResponse(request, response)

A response containing fetched chart drawings

Accounts#

AccountStatusResponse(request, response)

A response containing information on an account.