Hi,

we are developing some projects round jbooktrader and wanted to
mention

in /source/com/jbooktrader/platform/strategy/Strategy.java

Line 167

performanceManager.updatePositionValue(marketSnapshot.getPrice(),
positionManager.getCurrentPosition());

to change in

this.getPerformanceManager().updatePositionValue(marketSnapshot.getPrice(),
this.getPositionManager().getCurrentPosition());

this will help for object orientated coding and to implement (inject)
a own performance manger.

and also a big thank you for the existing development keep up with the
good work

-- 
You received this message because you are subscribed to the Google Groups 
"JBookTrader" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/jbooktrader?hl=en.

Reply via email to