mkjeff / secs4net

SECS-II/HSMS-SS/GEM implementation on .NET
https://mkjeff.github.io/secs4net/
MIT License
443 stars 195 forks source link

Send Primary Message Format #18

Closed RocketHammer closed 3 years ago

RocketHammer commented 6 years ago

Hello,

If I am attempting to send a primary message, what format do I use to encode the information? I have tried to decode the format from the source code but it has proven very difficult. Could you please give an example of how you would enter a primary message and what its associated expected response would look like?

RocketHammer commented 6 years ago

The furthest I can get is that it has something to do with ':' and ''\' but the exact syntax is difficult to pin down.

RocketHammer commented 6 years ago

Problem solved. The command format is as follows Anyname:'SxxFxx'{W} Where Anyname is any string, x represents an integer, and { } indicates an optional parameter.