Handle multiple stop limits in the stop limit table and display them properly.
This commit is contained in:
@@ -16,17 +16,6 @@ namespace TradeBlotter.Model
|
||||
{
|
||||
}
|
||||
|
||||
//public static CompositeDataSource CreateCompositeDataSource(DateTime xSource,double ySource)
|
||||
//{
|
||||
// CompositeDataSource compositeDataSource;
|
||||
// var xData=new EnumerableDataSource<DateTime>(new DateTime[] { xSource });
|
||||
// xData.SetXMapping(x => (x.Ticks/10000000000.0));
|
||||
// var yData=new EnumerableDataSource<double>(new double[] { ySource });
|
||||
// yData.SetYMapping(y => y);
|
||||
// compositeDataSource=xData.Join(yData);
|
||||
// return compositeDataSource;
|
||||
//}
|
||||
|
||||
public static CompositeDataSource Price(Price price)
|
||||
{
|
||||
if (null == price) return null;
|
||||
|
||||
Reference in New Issue
Block a user