jrhurley2 / TDInterface-Public

Windows Form application that uses TD Ameritrade Apis
3 stars 1 forks source link

Possible merge issue with multiple quotes streaming... #72

Closed brandoncorry closed 1 year ago

brandoncorry commented 1 year ago

The app can get into a state where we are getting multiple versions of the quote back, that can potentially have some empty/0 values, that when all are 0, the 1:1 field is showing the distance between the price and the stop i.e. 75 cent stop would show a -0.75, instead of taking the price i.e. 180, and adding the stop distance to get 180.75 to show your 1:1.

AMDQuoteIssue1 AMDQuoteIssue2