trade29.sc.commands.SymbolInfoResponse#

class trade29.sc.commands.SymbolInfoResponse(request, response)#

A response containing symbol info.

Attributes

request_id

(int) The request ID associated with this response.

request

(ChartDataRequest) The request passed through the SCBridge to get this response.

rdata

(dict) The raw data from the T29-SC-dX DLL as a dictionary.

name

(str) The name of the symbol.

tick_size

(float) The tick size. That is, the minimum price increment that an asset’s market price can experience.

currency_value_per_tick

(float) The dollar amount of the tick size.