FastQuant.Level2SnapshotStreamer.Level2SnapshotStreamer C# (CSharp) Method

Level2SnapshotStreamer() public method

public Level2SnapshotStreamer ( ) : System
return System
        public Level2SnapshotStreamer()
        {
            this.typeId = DataObjectType.Level2Snapshot;
            this.type = typeof(Level2Snapshot);
        }