pub fn read_fix(buffer: &mut Vec<u8>) -> Option<Vec<u8>>
Returns Some<String> if it can find a potential fix message otherwise returns None Drains the buffer.
Some<String>
None