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
Presently, Econia uses ASK, BID, BUY, and SELL with side and direction fields, respectively.
ASK
BID
BUY
SELL
side
direction
Instead, it is proposed that fields be switched to is_maker and is_ask to avoid having to synchronize bool flags.
is_maker
is_ask
The text was updated successfully, but these errors were encountered:
is_buy_side: uses buy/sell, which is simplest terminology
is_buy_side
Buy is fewer letters than sell, and also correlates with optimism vs pessisimism
Sorry, something went wrong.
No branches or pull requests
Presently, Econia uses
ASK
,BID
,BUY
, andSELL
withside
anddirection
fields, respectively.Instead, it is proposed that fields be switched to
is_maker
andis_ask
to avoid having to synchronize bool flags.The text was updated successfully, but these errors were encountered: