Skip to content

DataTypes.proto (Paritech.OMS2.Protocol)

Provides some base datatypes

Download Source

Describes a variable length number with fractional digits and sign

NoFieldTypeLabelDescription
1Scaleuint32The scaling factor in decimals (10^Scale)
2IsNegativeboolWhether the value is represented as negative
3ValuebytesThe unsigned, little-endian value of all significant digits

Describes a nanosecond-accurate timestamp with a timezone offset

NoFieldTypeLabelDescription
1Secondsuint64The total number of seconds in the timestamp
2Nanosecondsuint32The total number of remaining nanoseconds in the timestamp
3TzOffsetsint32The timezone offset applied to this timestamp