BetaTrader
A HFT Eco-System
Loading...
Searching...
No Matches
fix::LogonRequest Struct Reference

Represents a parsed FIX Logon (35=A) message. More...

#include <LogonRequest.h>

Collaboration diagram for fix::LogonRequest:
Collaboration graph

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).
 

Detailed Description

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.

Member Data Documentation

◆ heartBtInt

uint32_t fix::LogonRequest::heartBtInt

Heartbeat Interval in seconds (HeartBtInt, FIX Tag 108).

◆ senderCompID

fix::CompID fix::LogonRequest::senderCompID

Sender's component ID (SenderCompID, FIX Tag 49).

◆ targetCompID

fix::CompID fix::LogonRequest::targetCompID

Target's component ID (TargetCompID, FIX Tag 56).


The documentation for this struct was generated from the following file: