question

Upvotes
Accepted
7 0 1 3

How to get FID 735 (Best _ASIZ1) value in EMA API for RIC STWF0

How to get FID 735 (Best _ASIZ1) value in EMA API for RIC STWF0

Language is C++

elektronrefinitiv-realtimeelektron-sdkema-apirrtapielektron-message-apic++
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

· Write an Answer
Upvotes
Accepted
78.1k 246 52 72

@cheng.yang

FID 735 (BEST_ASIZ1) is available in RIC STWF0. You can run the example, such as Cons100 to subscribe to STWF0.

The output indicates that the refresh and update messages contain this field.


UpdateMsg
    streamId="5"
    domain="MarketPrice Domain"
    updateTypeNum="0"
    seqNum="13552"
    name="STWF0"
    serviceId="2115"
    serviceName="API_ELEKTRON_EPD_RSSL"
    Payload dataType="FieldList"
        FieldList
            FieldEntry fid="3855" name="QUOTIM_MS" dataType="UInt" value="34707808"
            FieldEntry fid="1067" name="EXCHTIM" dataType="Time" value="09:38:27:000:000:000"
            FieldEntry fid="22" name="BID" dataType="Real" value="464.30"
            FieldEntry fid="436" name="BEST_BID1" dataType="Real" value="464.30"
            FieldEntry fid="30" name="BIDSIZE" dataType="Real" value="25"
            FieldEntry fid="730" name="BEST_BSIZ1" dataType="Real" value="25"
            FieldEntry fid="345" name="BID_TONE" dataType="Rmtes" value="(blank data)"
            FieldEntry fid="4150" name="BID_TIM_MS" dataType="UInt" value="34707806"
            FieldEntry fid="5" name="TIMACT" dataType="Time" value="09:38:27:000:000:000"
            FieldEntry fid="8469" name="BID_TONE1" dataType="Rmtes" value="(blank data)"
            FieldEntry fid="3386" name="QUOTE_DATE" dataType="Date" value="02 JAN 2020"
            FieldEntry fid="25" name="ASK" dataType="Real" value="464.40"
            FieldEntry fid="441" name="BEST_ASK1" dataType="Real" value="464.40"
            FieldEntry fid="31" name="ASKSIZE" dataType="Real" value="14"
            FieldEntry fid="735" name="BEST_ASIZ1" dataType="Real" value="14"
            FieldEntry fid="346" name="ASK_TONE" dataType="Rmtes" value="(blank data)"
            FieldEntry fid="8464" name="ASK_TONE1" dataType="Rmtes" value="(blank data)"
            FieldEntry fid="4147" name="ASK_TIM_MS" dataType="UInt" value="34707808"
        FieldListEnd

    PayloadEnd
UpdateMsgEnd


icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.