Pending Order Documentation

 

Can anyone point me in the direction where I might find documentation that deals specifically with the placing and closing of Pending/Limit orders?

Thanks!

 

OrderSend() is used for all types of orders (just put appropriate order type as second argument).

OrderDelete() is used for deleting pending orders.

Here is book chapter on: Programming of Trade Operations

Reason: