FastQuant.SellSideStrategy.EmitLevel2Snapshot C# (CSharp) 메소드

EmitLevel2Snapshot() 공개 메소드

public EmitLevel2Snapshot ( Level2Snapshot snapshot ) : void
snapshot Level2Snapshot
리턴 void
        public virtual void EmitLevel2Snapshot(Level2Snapshot snapshot)
        {
            this.framework.EventManager.OnEvent(new Level2Snapshot(snapshot) { ProviderId = (byte)Id });
        }