pub fn make_trade_tick(
instrument_id: InstrumentId,
price: Price,
size: Quantity,
trade_id: TradeId,
ts_event: UnixNanos,
ts_init: UnixNanos,
) -> TradeTickExpand description
Creates a [TradeTick] from stream data.
Betfair does not identify the aggressor side in its stream, so
[AggressorSide::NoAggressor] is always used.