Skip to main content
Version: mainnet (v0.71)

AuctionTrigger

Describes the trigger for an auction

enum AuctionTrigger {
AUCTION_TRIGGER_UNSPECIFIED
AUCTION_TRIGGER_BATCH
AUCTION_TRIGGER_OPENING
AUCTION_TRIGGER_PRICE
AUCTION_TRIGGER_LIQUIDITY_TARGET_NOT_MET
AUCTION_TRIGGER_UNABLE_TO_DEPLOY_LP_ORDERS
}

Values

AuctionTrigger.AUCTION_TRIGGER_UNSPECIFIED

Invalid trigger (or no auction)

AuctionTrigger.AUCTION_TRIGGER_BATCH

Auction because market has a frequent batch auction trading mode

AuctionTrigger.AUCTION_TRIGGER_OPENING

Opening auction

AuctionTrigger.AUCTION_TRIGGER_PRICE

Price monitoring

AuctionTrigger.AUCTION_TRIGGER_LIQUIDITY_TARGET_NOT_MET

Liquidity monitoring due to unmet target stake

AuctionTrigger.AUCTION_TRIGGER_UNABLE_TO_DEPLOY_LP_ORDERS

Liquidity monitoring due to not being able to deploy LP orders because there's nothing to peg on one or both sides of the book

Member of

AuctionEvent object ● MarketData object ● ObservableMarketData object