Retrieving last trade quotation side from api


 

I am trying to subscribe to the following last trade information from the API.

- last price
- last size
- last timestamp
- last quotation side

I have only managed to receive the first 3 information from the callbacks as shown in logs:

Tick Price. Ticker Id: 1013, Field: 68, Price: 42.35, CanAutoExecute: 0, PastLimit: 0, PreOpen: 0  // Delayed last
Tick Size. Ticker Id: 1013, Field: 71, Size: 500 // Delayed last size
Tick String. Ticker Id: 1013, Type: 88, Value: 1734076776  // Delayed last timestamp

Is there any way of subscribing to the quotation side of last trade from the API?