Fixes dmm multipoint extension methods by changing the return type to be PinSiteData<double[]>, instead of a 2D per-instrument, per-sample array double[][].
Why should this Pull Request be merged?
Note note that this is a breaking change. End user code should not use the incorrect method signature.
What testing has been done?
Added two new unit tests: ConfigureAndFetchMuliPoint_Succeeds & ConfigureAndReadMuliPoint_Succeeds
What does this Pull Request accomplish?
Fixes dmm multipoint extension methods by changing the return type to be
PinSiteData<double[]>
, instead of a 2D per-instrument, per-sample arraydouble[][]
.Why should this Pull Request be merged?
Note note that this is a breaking change. End user code should not use the incorrect method signature.
What testing has been done?
Added two new unit tests:
ConfigureAndFetchMuliPoint_Succeeds
&ConfigureAndReadMuliPoint_Succeeds