Tipos de Datos Multicast

Todos los campos enteros están ordenados bajo el sistema big-endian y son con signo.

Todos los campos ALFA son ISO 8859-1 justificados a la izquierda y llenos a la derecha con espacios.

En la tabla se pueden apreciar los diferentes tipos de datos utilizados en INTRA Multicast para Market data.

All integer fields are ordered under the big-endian system and have a sign.

All ALPHA fields are ISO 8859-1, left aligned and filled on the right with spaces.

Table shows the different types of data used in INTRA Multicast for Market Data.

Tipo de Dato
Type of data
Longitud en Bytes
Length in Bytes
Rango Inicial
Initial Range
Rango Final
Final Range
Descripción
Description
ALFA
ALPHA
Variable
Variable
Esos campos usan bytes de caracteres estándar ISO 8859-1. Justificados a la izquierda y llenos a la derecha por espacios.
Those fields use standard ISO 8859-1 characters bytes. Justified to the left and blank spaces to the right.
Timestamp(1) 8 0 9223372036854775807 8 bytes para representar solo la fecha.
8 bytes to indicate the date.
Timestamp(2) 8 0 9223372036854775807 8 bytes para representar la fecha y hora, con una precisión de segundos.
8 bytes to indicate date and time, with a precision of seconds.
Timestamp(3) 8 0 9223372036854775807 8 bytes para representar la fecha y hora, con una precisión de milisegundos.
8 bytes to indicate date and time, with a precision of milliseconds.
Int8 1 -128 127 8 bit enteros con signo
8 integer bits with sign
Int16 2 -32768 32767 16 bit enteros con signo
16 integer bits with sign
Int32 4 -2147483648 2147483647 32 bit enteros con signo
32 integer bits with sign
Int64 8 -9223372036854775808 9223372036854775807 64 bit enteros con signo
64 integer bits with sign
Precio(4)
Price(4)
4 -2147483648 2147483647 32 bit enteros con signo en donde las últimas 4 posiciones denotan la parte decimal. La parte decimal es la que está marcado con rojo
32 integer bits with sign, where the last 4 positions indicate the decimal part. The decimal part is the one marked in red
Precio(8)
Price(8)
8 -9223372036854775808 9223372036854775807 64 bit enteros con signo en donde las últimas 8 posiciones denotan la parte decimal. La parte decimal es la que está marcado con rojo
64 integer bits with sign, where the last 8 positions are the decimal part and redmarked