Skip to main content
Version: 8.6.9.2

AtsDegrossAuctionSchedule

V8 Message Definiton

Published by the degrossing execution engine at start of day; each row's state updates as the sequence runs. Clients consume this — the sequence is never hard-coded client-side. Sequence: Trial 9:55 CST, then Real auctions 10:00 / 10:05 / 10:10 / 10:15 CST, 3 expiries each.

METADATA

AttributeValue
Topic2270-execution-engine
MLink TokenClientTrading
ProductSRTrade
accessTypeSELECT
MLink EndpointMLink-Live

Table Definition

FieldTypeKeyDefault ValueComment
auctionNumberINTPRI0sequence index 1 Trial 25 Real
auctionKindenum - DegrossAuctionKind'None'Trial full solve published results no execution
tradeDateDATE'1900-01-01'
scheduledDttmDATETIME(6)'1900-01-01 00:00:00.000000'todays scheduled start the CST schedule as an absolute datetime
auctionStateenum - DegrossAuctionState'None'
completedDttmDATETIME(6)'1900-01-01 00:00:00.000000'set when auctionStateDone
timestampDATETIME(6)'1900-01-01 00:00:00.000000'

PRIMARY KEY DEFINITION (Unique)

FieldSequence
auctionNumber1

SELECT TABLE EXAMPLE QUERY

SELECT *
FROM `SRTrade`.`MsgAtsDegrossAuctionSchedule`
WHERE
/* Replace with a INT */
`auctionNumber` = 5;

Doc Columns Query

SELECT * FROM SRTrade.doccolumns WHERE TABLE_NAME='AtsDegrossAuctionSchedule' ORDER BY ordinal_position ASC;