High-Speed Trading Firm Deleted Some Code by Accident
bloombergview.com
High-Speed Trading Firm Deleted Some Code by Accident
1–10 of 63 posts
Re: High-Speed Trading Firm Deleted Some Code by Accident
#2Commenting tricky / non-obvious code is well recommended.
Re: High-Speed Trading Firm Deleted Some Code by Accident
#3Doesn't matter how much money is involved or the quality of a team, someone somewhere will always do an oopsie. Maybe that particular 'code' should have had a little comment such as // used by ISO stuff do not delete Commenting tricky / non-obvious code is well recommended.
Re: High-Speed Trading Firm Deleted Some Code by Accident
#4Re: High-Speed Trading Firm Deleted Some Code by Accident
#5Doesn't matter how much money is involved or the quality of a team, someone somewhere will always do an oopsie. Maybe that particular 'code' should have had a little comment such as // used by ISO stuff do not delete Commenting tricky / non-obvious code is well recommended.
Some unit tests would be nice. Maybe even a special folder full of tests that know when laws have been broken.
Writing this software would be very scary for me -- I'm confident in my work for the most part but I'm only human. To then let a "for-loop" go wild making thousands of trades per second on the entire market with real money against other high frequency traders no less.. man... you gotta be really really really really sure of your code!
Re: High-Speed Trading Firm Deleted Some Code by Accident
#6Re: High-Speed Trading Firm Deleted Some Code by Accident
#7...I'm missing something here. How do they not know how much they've asked to trade and not heard back on yet? Wouldn't they have to track that, to not try to trade the same exact shares the same exact way a bunch of times? Is their local system maybe just more synchronous than I'm assuming would be possible?
Re: High-Speed Trading Firm Deleted Some Code by Accident
#8Re: High-Speed Trading Firm Deleted Some Code by Accident
#9Earlier quoted context omitted.
Some unit tests would be nice. Maybe even a special folder full of tests that know when laws have been broken.
Probably exists now, and not before. Writing this software would be very scary for me -- I'm confident in my work for the most part but I'm only human. To then let a "for-loop" go wild making thousands of trades per second on the entire market with real money against other high frequency traders no less.. man... you gotta be really really really really sure of your code!