quantsc / quantsc-hft-system

0 stars 5 forks source link

Basic CRUD(create, read, update, and delete/cancel) operations #5

Open fnorman opened 10 months ago

fnorman commented 10 months ago

Implement CRUD operations for the following order types

This means within the OrderBook data structure, there should be a new entry of a Limit Buy, for example, that represents what the user has input. An example function call would be

limitBuy('TSLA', ...)

And the function hides all intricacies from the user. For more information about the various order types, check out this video.

jaineeshah9 commented 10 months ago

Assigning to myself (Jainee)