pub fn determine_position_id(
    engine_id: Uuid,
    exchange: ExchangeId,
    symbol: &SymbolId
) -> PositionId
Expand description

Returns a unique identifier for a Position given an engine_Id, exchange & symbol.