You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when you send a stop trigger as StopTrigger.LastPrice the response will be a string value for the property Price which will cause
a Parsing Exception
Also Untriggered does not exist as a part of the OrderStatus enum
l3oxer
changed the title
Issue when sending a NewOrderRequest with limit stop market order type and stop trigger
Issue when sending a NewOrderRequest with limit stop market order type and stop trigger #issuenbr
Mar 10, 2021
l3oxer
changed the title
Issue when sending a NewOrderRequest with limit stop market order type and stop trigger #issuenbr
Issue when sending a NewOrderRequest with limit stop market order type and stop trigger #7
Mar 10, 2021
when Executing the following code
'''
'''
I get the following exception
when I remove this line
''' newOrderRequestStop.StopTrigger = StopTrigger.LastPrice;'''
everything seems fine
The text was updated successfully, but these errors were encountered: