I'm encoding message using QuickFast, I discovered there is
Messages::FieldGroup class, however there is no class handle
templateRef in QuickFast. Should I encode message same as FieldGroup
for templateRef?
For example, I'm encoding Logon message, Logon message contains a
templateRef to LogonHeader, and LogonHeader contains
"StandardHeaderClientInitiated". How should I encode "Logon" message?
Thanks in Advances!
<template name="StandardHeaderClientInitiated">
<string name="SendingTime" id="52" presence="mandatory"></
string>
</template>
<template name="LogonHeader">
<typeRef name="LogonHeader"/>
<string name="MessageType" id="35" presence="mandatory"></
string>
<templateRef name="StandardHeaderClientInitiated"/>
</template>
<template name="Logon" id="1">
<typeRef name="Logon"/>
<templateRef name="LogonHeader"/>
<string name="AppID" id="1180" presence="optional"></string>
<uInt32 name="HeartBtInt" id="108" presence="mandatory"></
uInt32>
<string name="Username" id="553" presence="optional"></string>
<string name="Password" id="554" presence="optional"></string>
<string name="NewPassword" id="925" presence="optional"></
string>
<uInt32 name="SessionStatus" id="1409" presence="optional"></
uInt32>
<templateRef name="StandardTrailer"/>
</template>
--
You received this message because you are subscribed to the Google Groups "quickfast_users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/quickfast_users/-/72NPTpH5uCkJ.
To post to this group, send email to quickfa...@googlegroups.com.
To unsubscribe from this group, send email to quickfast_use...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/quickfast_users?hl=en.