question

Upvotes
Accepted
3 0 1 3

REDI API C# OrderCache duplicate messages

Based on my logging, it appears I am receiving duplicate CacheControl (Ordercache) order/fill events.

2024-05-13 07:59:31,035 [4] INFO OrdMgr - Processing order. Symbol[TME] OrdRefKey[gS012391133] Memo[] Status[Complete] ExecQty[200] ExecPrice[13.6]
...
...
2024-05-13 07:59:31,358 [4] INFO OrdMgr - Processing order. Symbol[TME] OrdRefKey[gS012391133] Memo[] Status[Complete] ExecQty[200] ExecPrice[13.6]

Is this possible? What else can I log to verify that these are or are NOT duplicate messages?

#technologyc#redi-api
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.

Upvotes
Accepted
83.1k 281 53 77

@elf

Thank you for reaching out to us.

You may need to log the action and row paramsters.

1715835974427.png



1715835974427.png (68.7 KiB)
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.

Upvotes
3 0 1 3

Is it possible to receive a new insert (4) with a status of "Complete", and NOT receive an immediate update (5) indicating that this order is "Complete" (filled)?

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.

@elf

Typically, the first state of the order should be Open. Then, it will be changed to other states.

1716525658061.png

However, I will contact the product team to confirm this.

1716525658061.png (10.4 KiB)

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.