BatchAuction.sol
clearBatch(marketId)
clearBatch(marketId)Algorithm
Batch 结果 Struct
struct BatchResult {
uint32 marketId;
uint32 batchId;
uint8 clearingTick; // 0 = no cross
uint64 matchedLots;
uint64 totalBidLots;
uint64 totalAskLots;
uint40 timestamp;
}内联结算流程
抵押资产模型 (USDT)
清算价格结算
分块结算
休眠订单处理
批次溢出
事件
Last updated

