import { ClientSDK, RequestOptions } from "../lib/sdks.js"; import * as components from "../models/components/index.js"; import * as operations from "../models/operations/index.js"; export declare class FixedIncomePricing extends ClientSDK { /** * Preview Order Cost * * @remarks * Returns a calculation estimating the costs involved in ordering a given quantity of a Fixed Income asset at a specified limit price. */ previewOrderCost(orderCostPreviewRequestCreate: components.OrderCostPreviewRequestCreate, accountId: string, options?: RequestOptions): Promise; /** * Retrieve Quote * * @remarks * Returns quote information containing the best bid/ask for the given Fixed Income asset. For Fixed Income assets in the UAT environment, CUSIPS are subject to expiration. Therefore please refer to the [list available in the Market Simulator](https://developer.apexclearing.com/apex-fintech-solutions/docs/market-simulator#fixed-income-simulator-scenarios) for the most recent CUSIP list prior to testing. */ retrieveQuote(retrieveQuoteRequestCreate: components.RetrieveQuoteRequestCreate, accountId: string, options?: RequestOptions): Promise; /** * Retrieve Fixed Income Marks * * @remarks * Returns marks for a specified set of Fixed Income assets (up to 100 per request) */ retrieveFixedIncomeMarks(retrieveFixedIncomeMarksRequestCreate: components.RetrieveFixedIncomeMarksRequestCreate, correspondentId: string, options?: RequestOptions): Promise; } //# sourceMappingURL=fixedincomepricing.d.ts.map