public override int GetHashCode()
        {
            int hash = 1;

            if (CcyPairName.Length != 0)
            {
                hash ^= CcyPairName.GetHashCode();
            }
            if (Rate != 0D)
            {
                hash ^= Rate.GetHashCode();
            }
            return(hash);
        }
        public override int GetHashCode()
        {
            int hash = 1;

            if (CcyPairName.Length != 0)
            {
                hash ^= CcyPairName.GetHashCode();
            }
            if (Rate != 0D)
            {
                hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(Rate);
            }
            if (_unknownFields != null)
            {
                hash ^= _unknownFields.GetHashCode();
            }
            return(hash);
        }