Live Chat Software by Kayako |
Knowledgebase: Technical Support > API > BackEnd API's/VBL > VertexFX Bridge LP API > VertexFX Bridge LP API Help > Order Cycle
Update Limit Order Cycle
Posted by Mohammad Rahhal, Last modified by Diana Alkouni on 25 August 2020 09:50 AM
|
|
Update Limit Order has a specific cycle in VertexFX Bridge application which should be implemented in your LP class as follows: 1- You have to override the UpdateLimitOrder function which should return either a success or a fail result. If success then
Otherwise the bridge will wait for:
And in this case the cycle has finished. 2. When you receive an order acceptance message, you have to call:
Or to call
when receiving an order rejection message. Then the cycle has finished. See Also | |
|
Comments (0)