Market Order Cycle
Posted by Hassan Abu Krayem, Last modified by Diana Alkouni on 02 September 2020 10:14 AM
|
|
The market order has a specific cycle in VertexFX Client API, that should be implemented in your API class as follows: 1- You have to call the NewMarketOrder function, which should return CallingResultsEnum result. 2- If SuccessResult has returned then you will receive:
Note: NewOpenPosition event is fired in all online sessions that are selected the same account, If Multi-Sessions is allowed, to reflect the changes that are happening in open positions so it will be fired in all cases.
See Also | |
|