Create PendingOrder2

Created at 28 Oct 2021, 13:32
How’s your experience with the cTrader Platform?
Your feedback is crucial to cTrader's development. Please take a few seconds to share your opinion and help us improve your trading experience. Thanks!
EM

emmasystems

Joined 08.12.2015

Create PendingOrder2
28 Oct 2021, 13:32


[Parameter("lots", DefaultValue = 0.01)]
        public double lots { get; set; }

Is lots possible in ponding order syntax. 

 

Thank you


@emmasystems
Replies

amusleh
29 Oct 2021, 08:52

Hi,

You can easily change Lots to Units, use Symo QuantityToVolumeInUnits method.


@amusleh