pub fn make_venue_position_id(
instrument_id: InstrumentId,
position_idx: i32,
) -> PositionIdExpand description
Constructs a venue position ID from an instrument and Bybit position index.
Position index values: 0 = one-way mode, 1 = buy-side hedge, 2 = sell-side hedge.