interface QuoteInit { ask?: | string | number | bigint | Price; bid?: | string | number | bigint | Price; mark?: | string | number | bigint | Price; } Properties
Optionalask
ask?: | string | number | bigint | Price Optionalbid
bid?: | string | number | bigint | Price Optionalmark
mark?: | string | number | bigint | Price
Options accepted by the Quote constructor. Each price field accepts a
Pricewrapper or aDecimalInput; an omitted field is absent.