NDAX
  • Introduction
    • About NDAX
    • Purpose
  • General Information
  • FIX
    • FIX Straight Through Processing
    • Supported Message Type
    • Resources
    • Sequence Diagram
    • Header & Trailer
    • Administrative Message
      • Logon (35=A)
      • Heartbeat (35=0)
      • TestRequest (35=1)
      • ResendRequest (35=2)
      • Reject (35=3)
      • SequenceReset (35=4)
      • Logout (35=5)
    • Application Message
      • TradeCaptureReport (35=AE)
      • TradeCaptureReportAck (35=AR)
    • Message Component
      • RootParties
      • TrdCapRptSideGrp
      • Parties
  • Web API
    • Endpoints
    • Time
  • Private Endpoints
    • Authentication
    • Index
    • Trades
      • GET Trade
      • POST Trade
      • Batch Trades
    • Positions
      • GET Position
      • GET Platform Position
    • Accounts
      • GET Status
      • Delivery
      • Account
      • History
      • Movement
    • Deposits
      • GET
      • GET: Digital Asset Address
      • POST: Digital Asset Address
      • GET: Fiat Deposit
      • GET: Withdrawal
        • GET: Withdrawal by ID
        • GET: Digital Asset
        • Digital Asset by ID
        • Fiat
        • Fiat by ID
      • Gas Fees
      • POST: Withdrawal
      • Delete: Withdrawal
    • Transfers
      • POST: Transfer
      • GET: Transfer by ID
    • Participants
      • GET
      • GET by Email
      • POST New
      • Region
      • Patch
      • Relation
      • Documents
    • Liquidity
      • GET
      • POST
    • Convert
    • Withdraw
    • Payments
      • POST
      • GET
      • GET Status
    • Rewards & Loyalty
    • Awards
  • Private Socket Feed
    • Overiew
    • Authentication
    • Basic Setup
    • Balances
    • Prices
    • Subscription
  • Security
    • Don't
    • Bounty
  • Contact
Powered by GitBook
On this page
  1. FIX
  2. Administrative Message

Heartbeat (35=0)

The Heartbeat message (tag 35=0) is used by both the initiator and the National Digital Asset Exchange (NDAX) to maintain the active status of a Financial Information eXchange (FIX) session during periods of inactivity. The duration of the inactive period is determined by the HeartBtInt field (tag 108) in the Logon message (tag 35=A). The Heartbeat message is sent by the initiator and NDAX at regular intervals during the FIX session to confirm that the session is still active and to ensure that the connection between the two parties has not been lost. If a Heartbeat message is not received within the designated inactive period, the session may be terminated. The Heartbeat message is an important feature of the FIX protocol that helps to ensure the reliability and continuity of the FIX session.

Tag
Field Name
Data Type
Req’d
Description

112

TestReqID

String

N

Conditionally required if the heartbeat message is generated in response to a TestRequest (35=1) message.

PreviousLogon (35=A)NextTestRequest (35=1)

Last updated 2 years ago