Left Curve Software Stack
    Preparing search index...

    Type Alias RestingOrderBookState

    type RestingOrderBookState = {
        bestAskPrice: Option<string>;
        bestBidPrice: Option<string>;
        midPrice: Option<string>;
    }
    Index

    Properties

    bestAskPrice: Option<string>
    bestBidPrice: Option<string>
    midPrice: Option<string>