How can I insert my security tick continuously to RDB
88 views
Skip to first unread message
Simon Li
unread,
Jun 12, 2023, 11:26:18 AM6/12/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AquaQ kdb+/TorQ
Hi All,
I have a Java program that can capture the tick price changes for one trading security. How can I store the tick changes in RDB? Is there any interface API specification for Java program to insert to RDB? Or it has to go through some sort of ticker plan? Any suggestion or sample program or sample specification would be highly appreciated.
Simon
JerLucid
unread,
Aug 23, 2023, 8:51:17 AM8/23/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Data Intellect kdb+/TorQ
In a typical setup you would publish the data to a tickerplant process which will forward it to the RDB, and any other subscribers.
You would need to use the Java/KDB API to perform the publish/inserts to the tickerplant process.
This doc provides a decent overview of the approach to build such a feedhandler