Session Properties

FIX Antenna .NET Programmer's Guide

The Session type exposes the following members.

Properties

  NameDescription
Public propertyAppVersion
Returns the FIX Application level protocol base version.
Public propertyEncryption
Returns the encryption method.
Public propertyHeartBtInt
Returns Heartbeat interval (HeartBtInt) in seconds.
Public propertyInSeqNum
Returns the incoming sequence numbers for this FIX session (the expected MsgSeqNum of the next incoming message).
Public propertyIsSSL
Returns true if SSL Context created for session.
Public propertyOutSeqNum
Returns the outgoing sequence numbers for this FIX session. (MsgSeqNum of the next outgoing message).
Public propertyParserID
Returns unique parser identifier of the session.
Public propertyProtocolID
Returns unique parser identifier of the session. deprecated, use ParserID
Public propertyRemoteHost
Returns the remote FIX Engine's host name.
Public propertyRemoteHostIP
Returns the remote FIX Engine's host name.
Public propertyRemotePort
Returns the remote FIX Engine's port number.
Public propertyRole
Returns session's role.
Public propertySenderCompID
Returns SenderCompID
Public propertySenderSubID
Returns SenderSubID.
Public propertySessionID
Returns Session Identifier.
Public propertyState
Returns session's state;
Public propertyStorageCreationTime
Returns storage creation UTC time. If no storage is assigned with Session, method returns 0
Public propertyTargetCompID
Returns TargetCompID.
Public propertyTargetSubID
Returns TargetSubID.
Public propertyVersion
Returns the FIX protocol version.
Top
See Also

Reference