TpSlPriceType
Whether a conditional order trips on the mark price or the last-close (subgraph trade) price.
type TpSlPriceType = "markPrice" | "lastPrice";On the wire, buildConditionalOrderLeg maps these onto the handler’s conditionalPriceType — markPrice → market, lastPrice → last_close.
Values
markPrice"markPrice"Trips on the mark price.
lastPrice"lastPrice"Trips on the last-close (subgraph trade) price.
Related
SetTpSlSide— carriespriceType.TpSlConditionalOrderLeg— the wireconditionalPriceTypethis maps to.
Last updated on