We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://docs.alpaca.markets/reference/stockmetaconditions-1
The text was updated successfully, but these errors were encountered:
is the requirement for the ticket to implement this rest route ?
Sorry, something went wrong.
Yes, exactly. It also entails creating a new Conditions entity, ConditionType enum, and Tape enum. The response body looks like this:
Conditions
ConditionType
Tape
{ "4": "On Demand Intra Day Auction", "A": "Slow Quote Offer Side", "B": "Slow Quote Bid Side", "C": "Closing Quote", "E": "Slow Quote LRP Bid Side", "F": "Slow Quote LRP Offer Side", "H": "Slow Quote Bid And Offer Side", "L": "Market Maker Quotes Closed", "N": "Non Firm Quote", "O": "Opening Quote", "R": "Regular Market Maker Open", "U": "Slow Quote LRP Bid And Offer", "W": "Slow Quote Set Slow List" }
I'd have the function return a []Condition, where Condition has fields: Tape, Type, Code, Description.
[]Condition
Condition
Type
Code
Description
I'd probably name the function GetConditions. All of this goes in the marketdata package.
GetConditions
marketdata
Okay you can assign me the issue I would like to work on this
I don't have access to assign it to you, but it's safe for you to start working on it. Thanks for taking these issues on!
ankitsridhar16
No branches or pull requests
https://docs.alpaca.markets/reference/stockmetaconditions-1
The text was updated successfully, but these errors were encountered: