Variable SpotFundsPricingSourceConst

SpotFundsPricingSource: {
    BookTop: "BookTop";
    Mark: "Mark";
} = ...

Quote field a spot-funds policy uses to price market orders. These are the stable wire values accepted by the JavaScript policy builder.

Type declaration

  • ReadonlyBookTop: "BookTop"

    Use the top of the book.

  • ReadonlyMark: "Mark"

    Use the mark price.