Create PendingOrder2

Created at 28 Oct 2021, 13:32
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