I have got a quick question on the tick data we fetch realtime via RFA API.
Subscription details:
• TREP-Id/DACS-Id: svcCRDSAsia / svcCRDSEurope/ svcCRDSAmerica
• Feed: IDN/EED
From the data-dictionary we were provided:
BLKCOUNT "BLOCK COUNT" 42 NULL INTEGER 15 REAL64 7
!
! Number of block trades today.
!
BLKVOLUM "BLOCK VOLUME" 43 NULL INTEGER 15 REAL64 7
!
! Today's total block trading volume.Updated whenever a trade occurs over a
! pre-defined, market-specific, number of shares occurs.
!
ACVOL_1 "VOL ACCUMULATED" 32 NULL INTEGER 15 REAL64 7
!
! Accumulated number of shares, lots or contracts traded according to the market
! convention
!
RL_TRD_VOL "REAL TRADE VOLUME" 4138 NULL INTEGER 15 REAL64 7
!
! Real traded volume. It is calculated by ACVOL_1 as follows: ACVOL_1(#32)-previous
! ACVOL_1
!
1. We are always getting no value fir the FID: RL_TRD_VOL while ACVOL_1 is increasing throughout the day with every tick.
Can you please help check with API SME if it’s expected?
o Or is there any FID we should subscribe to fetch this?
o If there is an updated data dictionary, please provide us the same
2. Is ACVOL_1 inclusive of block trades or BLKVOLUM and ACVOL_1 are mutually exclusive. I presume , latter is the case.
Will appreciate a word of confirmation from the vendor.