LastValue - reference or value type of data?

Created at 27 Sep 2016, 17:12
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!
CR

croucrou

Joined 24.02.2016

LastValue - reference or value type of data?
27 Sep 2016, 17:12


Hello,

if I use a variable:

myVariable = anyIndicator.Result.LastValue;

is my variable a reference type or a value type of data (class, struct, enum, etc.)?

Thanks.


@croucrou
Replies

croucrou
27 Sep 2016, 22:00

I know it seems to be obviously a value type, but I am not fluent about it and would like to make sure there is nothing I'm missing.


@croucrou