Skip to main content
Version: 8.6.8.3

OpraPrintType

V8 Message Definiton

METADATA

AttributeValue
Topic2750-market-data-options
MLink TokenOptionDefinition
ProductSRLive
accessTypeSELECT
MLink EndpointMLink-Live

Table Definition

FieldTypeKeyDefault ValueComment
opraPrintTypeTINYINT UNSIGNEDPRI0
printTypeCharVARCHAR(1)''character value of printType
printCodeVARCHAR(4)''eg AUTO CANC
printCodeStringTINYTEXT''longer string
printCodeDescriptionTINYTEXT''full description

PRIMARY KEY DEFINITION (Unique)

FieldSequence
opraPrintType1

SELECT TABLE EXAMPLE QUERY

SELECT *
FROM `SRLive`.`MsgOpraPrintType`
WHERE
/* Replace with a TINYINT UNSIGNED */
`opraPrintType` = 1;

Doc Columns Query

SELECT * FROM SRLive.doccolumns WHERE TABLE_NAME='OpraPrintType' ORDER BY ordinal_position ASC;