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. Message Component

TrdCapRptSideGrp

Repeating group describing the sides involved in the trade capture report:

Tag
Name
Data Type
Req’d
Description

552

NoSides

NumInGroup

Y

Number of sides in this repeating group. Required to be 2

54

Side

Char

Y

Side of this party. Supported values: 1 = Buy 2 = Sell

1154

SideCurrency

Currency

Y

Currency used in the trade capture report.

119

SettlCurrAmt

Amt

N

The amount of the SideCurrency (119) to be paid to this side for settlement of this trade. Required if LastQty (32) is not included.

1444

SideLiquidityInd

Int

N

Indicator of whether liquidity was provided or taken. Supported values: 1 = AddedLiquidity 2 = RemovedLiquidity

37

OrderID

String

N

Unique identifier of the order as assigned by NDAX

11

ClOrdID

String

N

Client assigned unique identifier for the cancel or the cancel/replace request. Uniqueness must be guaranteed within a single trading day. Should not exceed 30 characters.

1427

SideExecID

String

N

Identifier for this side.

PreviousRootPartiesNextParties

Last updated 2 years ago