FastQuant.Level2SnapshotStreamer.GetVersion C# (CSharp) Method

GetVersion() public method

public GetVersion ( object obj ) : byte
obj object
return byte
        public override byte GetVersion(object obj) => ((Level2Snapshot)obj).ExchangeDateTime.Ticks != 0 ? (byte)1 : (byte)0;