gabirel1 / Epitech-Principe-financier-de-base-et-architecture

MIT License
2 stars 1 forks source link

Better verification of header #41

Closed DipStax closed 8 months ago

DipStax commented 9 months ago

Description:

The header of any fix request is verify only by the function fix::Header::Verify, but it doesn't verify the actual value of the different field.

Changed:

Verfiy this field:

gabirel1 commented 9 months ago

BodyLength / Checksum: #42

DipStax commented 8 months ago

Verification of: TargetCompId, SenderCompId added. Verification of: BodyLenght, CheckSum modify to match the actual verification strategy.