trade29.sc.commands.Level1QuotesResponse#
- class trade29.sc.commands.Level1QuotesResponse(request, response)#
A response containing quote info.
This data is similar to what is seen on the Sierra Chart quote board.
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.
last_time
(datetime) This is the time of the last trade. This is in the Time Zone setting Sierra Chart is set to.
last
(float) This is the last trade price for the symbol.
bid
(float) This is the current Bid price.
ask
(float) This is the current Ask price.
bid_size
(float) This is the quantity of contracts/shares to be bought at the Bid price.
ask_size
(float) This is the quantity of contracts/shares to be bought at the Ask price.