FastQuant.MatchingEngine.OnLevel2 C# (CSharp) Method

OnLevel2() public method

public OnLevel2 ( Level2Snapshot snapshot ) : void
snapshot Level2Snapshot
return void
        public void OnLevel2(Level2Snapshot snapshot)
        {
            throw new NotImplementedException();
        }

Same methods

MatchingEngine::OnLevel2 ( Level2Update update ) : void