Exemplo n.º 1
0
        private void InsertIntoNonNullLevel(PriceLevel[] consolidatedDepth, PriceLevel impliedDepthLevel, int outrightDepth, int insertionPoint)
        {
            ShiftDepthLevelsDown(consolidatedDepth, from: outrightDepth, to: insertionPoint);

            impliedDepthLevel.CopyInto(consolidatedDepth[insertionPoint]);
        }
Exemplo n.º 2
0
        private void InsertIntoNonNullLevel(PriceLevel[] consolidatedDepth, PriceLevel impliedDepthLevel, int outrightDepth, int insertionPoint)
        {
            ShiftDepthLevelsDown(consolidatedDepth, from: outrightDepth, to: insertionPoint);

            impliedDepthLevel.CopyInto(consolidatedDepth[insertionPoint]);
        }
Exemplo n.º 3
0
 private void InsertIntoNullLevel(PriceLevel impliedDepthLevel, PriceLevel consolidatedDepthLevel)
 {
     impliedDepthLevel.CopyInto(consolidatedDepthLevel);
 }
Exemplo n.º 4
0
 private void InsertIntoNullLevel(PriceLevel impliedDepthLevel, PriceLevel consolidatedDepthLevel)
 {
     impliedDepthLevel.CopyInto(consolidatedDepthLevel);
 }