Limit order types for Matlab EMSX

3 views (last 30 days)
Raymond Phillips
Raymond Phillips on 17 Oct 2017
Hello. I have come across several examples for MATLAB EMSX submissions that use market order types ie. longStruct.EMSX_ORDER_TYPE = 'MKT';
However, I can't find any examples of limit order types.
I imagine it would look like:
longStruct.EMSX_ORDER_TYPE = 'LMT';
But not sure where to put in the limit value.
Can someone assist me or direct me to where I can find such an example?
Thanks

Answers (0)

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!