Interface KatanaPerpsTickerEvent

When the tickers subscription provides an update

interface KatanaPerpsTickerEvent {
    type: "tickers";
    data: KatanaPerpsTicker;
}

Hierarchy (view full)

Properties

Properties

type: "tickers"

The type property is used to determine the shape of the data property of the update event.

An orders fills will potentially have a different shape dependent on the type property of the fill.