quickfixgo / quickfix

The Go FIX Protocol Library :rocket:
https://www.quickfixgo.org/
Other
746 stars 290 forks source link

Add message.Bytes() to avoid string conversion #546

Closed Neal closed 1 year ago

Neal commented 1 year ago

Add message.Bytes() method as an alternative to message.String() to avoid the string conversion in case you need to use the raw bytes.