Skip to content
New issue

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

ECO-200: add fills by market and account endpoint #313

Merged
merged 6 commits into from
Jul 5, 2023

Conversation

bogberry
Copy link
Contributor

No description provided.

@bogberry bogberry added the enhancement New feature or request label Jun 30, 2023
@bogberry bogberry requested review from alnoki and qdrs June 30, 2023 14:13
@bogberry bogberry self-assigned this Jun 30, 2023
@vercel
Copy link

vercel bot commented Jun 30, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
econia ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 5, 2023 9:43am

@vercel vercel bot temporarily deployed to Preview June 30, 2023 14:13 Inactive
Comment on lines 61 to 75

add_taker_event(
conn,
&NewTakerEvent {
market_id: market_id_bd,
side,
market_order_id: &id.into(),
maker: "0x123",
custodian_id: None,
size: &BigDecimal::from_u64(size >> 2).unwrap(),
price: &BigDecimal::from_u64(price).unwrap(),
time: Utc::now(),
},
)
.unwrap();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like we might deprecate taker events in lieu of fill events per #315

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup. For now let me just remove this file from this PR.

@vercel vercel bot temporarily deployed to Preview July 3, 2023 03:40 Inactive
@vercel vercel bot temporarily deployed to Preview July 5, 2023 09:43 Inactive
@alnoki alnoki merged commit 8694bf6 into main Jul 5, 2023
@alnoki alnoki deleted the eco-200-add-fills-by-market-and-account-endpoint branch July 5, 2023 18:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants