FIXTradingCommunity / fixp-specification

FIXP - FIX performance session layer specification
Other
48 stars 17 forks source link

[04PointToPointSessionProtocol.md] Why RestransmitRequest.SessionId field is required? #41

Closed ujos closed 6 years ago

ujos commented 6 years ago

According to specification, field SessionId in the RestransmitRequest message is required. I guess it should be required only if transport is shared between several sessions.

donmendelson commented 6 years ago

As the spec is currently written, SessionId is required in RetransmitRequest.

Not normative: the working group has had discussions about out-of-band recovery. This would require identification of the original session for which recovery is requested.