Skip to content

Instantly share code, notes, and snippets.

@cihat645
Last active August 30, 2018 13:43
Show Gist options
  • Save cihat645/72158fbb83a8e1404eb780caf26e0fb9 to your computer and use it in GitHub Desktop.
Save cihat645/72158fbb83a8e1404eb780caf26e0fb9 to your computer and use it in GitHub Desktop.
Offer(float p, int q, milliseconds m, Term t, OrdType ot, bool b, int oID){
Price = p;
Qty = q;
OrderID = oID;
timestamp = m;
OfferTerm = t;
OrderType = ot;
my_offer = b;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment