|
BetaTrader
A HFT Eco-System
|
Represents a parsed FIX Logon (35=A) message. More...
#include <LogonRequest.h>

Public Attributes | |
| uint32_t | heartBtInt |
| Heartbeat Interval in seconds (HeartBtInt, FIX Tag 108). | |
| fix::CompID | senderCompID |
| Sender's component ID (SenderCompID, FIX Tag 49). | |
| fix::CompID | targetCompID |
| Target's component ID (TargetCompID, FIX Tag 56). | |
Represents a parsed FIX Logon (35=A) message.
This struct encapsulates the necessary fields from a raw FIX message for a client to log into a session.
| uint32_t fix::LogonRequest::heartBtInt |
Heartbeat Interval in seconds (HeartBtInt, FIX Tag 108).
| fix::CompID fix::LogonRequest::senderCompID |
Sender's component ID (SenderCompID, FIX Tag 49).
| fix::CompID fix::LogonRequest::targetCompID |
Target's component ID (TargetCompID, FIX Tag 56).