FastQuant.MatchingEngine.OnLevel2 C# (CSharp) 메소드

OnLevel2() 공개 메소드

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

Same methods

MatchingEngine::OnLevel2 ( Level2Update update ) : void