KX Community

Find answers, ask questions, and connect with our KX Community around the world.
KX Community Guidelines

Home Forums KX Academy Answers no longer work seem to work – Fundamentals Capstone 1.1

  • Answers no longer work seem to work – Fundamentals Capstone 1.1

    Posted by AAronD27 on March 12, 2025 at 9:29 am

    Whenever I load in the process , none of my functions don’t seem to work when they previously did.

    I’m currently using this: 

    system “l “,getenv[`HOME],”/fundamentals_capstone_dbs/”

    The trade,nbbo and spread table seem to load in but not the inst or option table. 

    • This discussion was modified 2 days, 3 hours ago by  AAronD27.
    megan_mcp replied 2 days, 2 hours ago 2 Members · 1 Reply
  • 1 Reply
  • megan_mcp

    Administrator
    March 12, 2025 at 10:05 am

    Hi @AAronD27 

    Upon loading in the database with the line of code you have provided, it should only contain the three tables; trade, nbbo and spread.

    The optRef and instRef are then created further along the project using the refServiceHandle.

    nbbo (from database)
    trade (from database)
    spread (from database)
    messages (loaded from csv)
    optRef (retrieved from service)
    instRef (retrieved from service)

    I hope this answers your question, but if not please let me know!

    Many thanks,

    Megan

Log in to reply.