Nested Class Robot.ExecuteMarkerOrder
Nested Class Robot.ExecuteMarkerOrder
08 Apr 2018, 14:06
I currently have a problem with the following.
I have code in which i use nested classes extensively.
And inside the nested classes are a lot of code making a lot of decisions.
However if i try to call ExecuteMarkerOrder from within the nested class i get nullpointerexception.
i've tried to pass symbol through the constructors to the nested classes without any success.
ExecuteMarketOrder(TradeType.Buy, symbol, 10000);
The problem seems to be with the Symbol/MarketData interface wich seems to be out of scope in the nested class.
Can you guys help or point me to someone that can possibly help me with this issue.
Regards
Marius
mariushc
09 Apr 2018, 09:55
RE:
mariushc said:
@mariushc