Function parse_market_depth_operation
Source pub fn parse_market_depth_operation(operation: i32) -> BookAction
Expand description
Parse IB market depth operation to BookAction.
§Arguments
operation - IB market depth operation (0=insert, 1=update, 2=delete)
§Returns
Returns the corresponding BookAction.