Skip to content

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

@fnorman

Description

@fnorman

Implement CRUD operations for the following order types
- Limit Buy
- Limit Sell
- Market Buy
- Market Sell

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions