The document says:

"The OrderTicket Status property can be used to determine if the order is filled. The OrderStatus enum has the values Submitted, PartiallyFilled, Filled, Cancelled or Invalid."

 

From what I understand, the PartiallyFilled status only happens when the order is not set to All or None. Now my questions:

1- where do we set detail attribues of a buy order such as AllOrNone or Till End Of Day or Good Until Cancelled, etc.?

2- If Partially Filled happens, will the order stop there? or continues to try to fill the whole order?

3- If it continues to fill it, can we cancel the rest of the order?

 

Thanks a lot!

Author