Layer

struct Layer

Represents aggregate order book bid/ask information at a given depth.

Public Members

double bid_price = roq::NaN

Bid price level.

double bid_quantity = {}

Total quantity available at bid.

double ask_price = roq::NaN

Ask price level.

double ask_quantity = {}

Total quantity available at ask.