Skip to content

Instantly share code, notes, and snippets.

@cihat645
Created August 30, 2018 13:45
Show Gist options
  • Save cihat645/d068beef23db3885df845b32bf0c5f22 to your computer and use it in GitHub Desktop.
Save cihat645/d068beef23db3885df845b32bf0c5f22 to your computer and use it in GitHub Desktop.
order_info(float f, int q, Status s, int oID, bool flag){
avg_price = f;
shares_filled = q;
offer_status = s;
order_ID = oID;
incomplete_market_order = flag;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment