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
  • Standard Header
  • Standard Trailer
  1. FIX

Header & Trailer

Standard Header

Tag
Name
Data Type
Req’d
Description

8

BeginString

String

Y

Must be FIXT.1.1 for FIX 5.0 protocol version. Must be the first field in the message.

9

BodyLength

Length

Y

Must be the second field in the message.

35

MsgType

String

Y

Message type. Must be the third field in the message.

34

MsgSeqNum

SeqNum

Y

Message sequence number.

49

SenderCompID

String

Y

Company identifier as allocated by NDAX

56

TargetCompID

String

Y

Receiver FIX session identifier. Always INDAX.

50

SenderSubID

String

N

A text field to indicate the name or identifier of the person or entity submitting the trade.

142

SenderLocationID

String

N

ISO identifier of message originator's location.

1128

ApplVerID

String

N

Indicates the protocol being used in this message. Supported values: 9 = FIX50SP2

57

TargetSubID

String

N

Identifies specific trading unit. Conditionally required for Application messages. Always ZERO.

52

SendingTime

UTCTimestamp

Y

Time of message transmission.

369

LastMsgSeqNumProcessed

SeqNum

N

The last MsgSeqNum (34) value received and processed. Used to detect a backlog.

Standard Trailer

Tag
Name
Data Type
Req’d
Description

10

CheckSum

String

Y

Checksum of message and end of message delimiter.

PreviousSequence DiagramNextAdministrative Message

Last updated 2 years ago